HomeSort by relevance Sort by last modified time
    Searched refs:UserServices (Results 1 - 6 of 6) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 80 final SparseArray<UserServices> mUserServices = new SparseArray<UserServices>();
97 private static class UserServices {
107 private UserServices findOrCreateUserLocked(int userId) {
108 UserServices services = mUserServices.get(userId);
110 services = new UserServices();
191 UserServices userServices = findOrCreateUserLocked(userId);
192 return userServices.services.get(service);
199 UserServices userServices = findOrCreateUserLocked(userId)
    [all...]
RegisteredNfcFServicesCache.java 72 final SparseArray<UserServices> mUserServices = new SparseArray<UserServices>();
101 private static class UserServices {
113 private UserServices findOrCreateUserLocked(int userId) {
114 UserServices userServices = mUserServices.get(userId);
115 if (userServices == null) {
116 userServices = new UserServices();
117 mUserServices.put(userId, userServices);
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 90 private final SparseArray<UserServices<V>> mUserServices = new SparseArray<UserServices<V>>(2);
92 private static class UserServices<V> {
102 private UserServices<V> findOrCreateUserLocked(int userId) {
107 private UserServices<V> findOrCreateUserLocked(int userId, boolean loadFromFileIfNew) {
108 UserServices<V> services = mUserServices.get(userId);
110 services = new UserServices<V>();
233 final UserServices<V> user = findOrCreateUserLocked(userId);
241 final UserServices<V> user = findOrCreateUserLocked(userId);
323 final UserServices<V> user = findOrCreateUserLocked(userId)
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 113 milliseconds