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

  /frameworks/base/core/java/android/app/
ActivityThread.java 265 private static final class ProviderKey {
269 public ProviderKey(String authority, int userId) {
276 if (o instanceof ProviderKey) {
277 final ProviderKey other = (ProviderKey) o;
290 final ArrayMap<ProviderKey, ProviderClientRecord> mProviderMap
291 = new ArrayMap<ProviderKey, ProviderClientRecord>();
    [all...]
  /frameworks/base/
compiled-classes-phone 202 android.app.ActivityThread$ProviderKey
    [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 47 milliseconds