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 92 private final SparseArray<UserServices<V>> mUserServices = new SparseArray<UserServices<V>>(2);
94 private static class UserServices<V> {
104 private UserServices<V> findOrCreateUserLocked(int userId) {
109 private UserServices<V> findOrCreateUserLocked(int userId, boolean loadFromFileIfNew) {
110 UserServices<V> services = mUserServices.get(userId);
112 services = new UserServices<V>();
235 final UserServices<V> user = findOrCreateUserLocked(userId);
243 final UserServices<V> user = findOrCreateUserLocked(userId);
325 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 97 milliseconds