Searched refs:mInstantGrants (Results 1 – 1 of 1) sorted by relevance
150 private final WatchedSparseArray<WatchedSparseArray<WatchedSparseBooleanArray>> mInstantGrants; field in InstantAppRegistry215 mInstantGrants = new WatchedSparseArray<WatchedSparseArray<WatchedSparseBooleanArray>>();219 mInstantGrants.registerObserver(mObserver);238 mInstantGrants = new WatchedSparseArray<WatchedSparseArray<WatchedSparseBooleanArray>>(239 r.mInstantGrants);476 mInstantGrants.remove(userId);485 mInstantGrants.get(userId);527 WatchedSparseArray<WatchedSparseBooleanArray> targetAppList = mInstantGrants.get(531 mInstantGrants.put(userId, targetAppList);570 if (mInstantGrants == null) {[all …]