public static synchronized void m7635c(String str) { synchronized (C1512c.class) { ConcurrentHashMap concurrentHashMap = MyApplication.m6445a().f4175f; if (concurrentHashMap.containsKey(str)) { concurrentHashMap.remove(str); } } }
public static synchronized void m7634b(int i) { synchronized (C1512c.class) { ConcurrentHashMap concurrentHashMap = MyApplication.m6445a().f4175f; if (concurrentHashMap.containsKey("NewMessageChannel")) { concurrentHashMap.remove("NewMessageChannel"); } concurrentHashMap.put("NewMessageChannel", Integer.valueOf(i)); C0002c.m2a().m17c(new C1510a(i)); } }
public static synchronized int m7629a() { int i; synchronized (C1512c.class) { ConcurrentHashMap concurrentHashMap = MyApplication.m6445a().f4175f; i = 0; if (concurrentHashMap.containsKey("NewMessageSingleOrGroup")) { i = ((Integer) concurrentHashMap.get("NewMessageSingleOrGroup")).intValue(); } } return i; }
public static synchronized int m7633b(String str) { int i; synchronized (C1512c.class) { ConcurrentHashMap concurrentHashMap = MyApplication.m6445a().f4175f; i = 0; if (concurrentHashMap.containsKey(str)) { i = ((Integer) concurrentHashMap.get(str)).intValue(); } } return i; }
public static synchronized void m7631a(String str) { synchronized (C1512c.class) { ConcurrentHashMap concurrentHashMap = MyApplication.m6445a().f4175f; if (concurrentHashMap.containsKey(str)) { concurrentHashMap.put( str, Integer.valueOf(((Integer) concurrentHashMap.remove(str)).intValue() + 1)); } else { concurrentHashMap.put(str, Integer.valueOf(1)); } } }