Searched refs:sCurrentGrantRequests (Results 1 – 2 of 2) sorted by relevance
169 public static final Map<Pair<String, Integer>, GrantPermissionsActivity> sCurrentGrantRequests = field in GrantPermissionsActivity377 synchronized (sCurrentGrantRequests) { in onCreate()379 GrantPermissionsActivity current = sCurrentGrantRequests.get(mKey); in onCreate()381 sCurrentGrantRequests.put(mKey, this); in onCreate()401 sCurrentGrantRequests.put(mKey, this); in onCreate()1048 synchronized (sCurrentGrantRequests) {1049 GrantPermissionsActivity leader = sCurrentGrantRequests.get(mKey);1051 sCurrentGrantRequests.remove(mKey);1258 for (Pair<String, Integer> key : sCurrentGrantRequests.keySet()) {1260 GrantPermissionsActivity other = sCurrentGrantRequests.get(key);
312 synchronized (GrantPermissionsActivity.sCurrentGrantRequests) { in dispatchTouchEvent()313 grantActivity = GrantPermissionsActivity.sCurrentGrantRequests in dispatchTouchEvent()