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 266 private static final class ProviderKey {
270 public ProviderKey(String authority, int userId) {
277 if (o instanceof ProviderKey) {
278 final ProviderKey other = (ProviderKey) o;
291 final ArrayMap<ProviderKey, ProviderClientRecord> mProviderMap
292 = 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 53 milliseconds