/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
H A D | ReferencedByAnnotationWithOtherReferences.java | 24 public int get() { in get() method 31 public int get() { in get() method 37 public abstract int get(); in get() method in ReferencedByAnnotationWithOtherReferences
|
H A D | ReferencedByClassInAnnotation.java | 24 public int get() { in get() method 31 public int get() { in get() method 37 public abstract int get(); in get() method in ReferencedByClassInAnnotation
|
H A D | IntermediateClass.java | 20 public static int get() { in get() method in IntermediateClass
|
H A D | Referenced.java | 20 public static int get(int i) { in get() method in Referenced
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
H A D | ReflectIntermediateClass.java | 28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, in get() method in ReflectIntermediateClass 35 Method get = bigClass.getMethod("get" + i); in get() local
|
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | PluginDependency.java | 24 public static <T> T get(Plugin p, Class<T> cls) { in get() method in PluginDependency 29 abstract <T> T get(Plugin p, Class<T> cls); in get() method in PluginDependency.DependencyProvider
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | EventLogTags.java | 42 public Description get(String name) { return null; } in get() method in EventLogTags 44 public Description get(int tag) { return null; } in get() method in EventLogTags
|
/aosp14/frameworks/base/services/net/java/android/net/util/ |
H A D | NetdService.java | 75 public static INetd get(long maxTimeoutMs) { in get() method in NetdService 113 public static INetd get() { in get() method in NetdService
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | UnmodifiableSparseArray.java | 37 public E get(int key) { in get() method in UnmodifiableSparseArray 41 public E get(int key, E valueIfKeyNotFound) { in get() method in UnmodifiableSparseArray
|
H A D | UnmodifiableSparseIntArray.java | 37 public int get(int key) { in get() method in UnmodifiableSparseIntArray 41 public int get(int key, int valueIfKeyNotFound) { in get() method in UnmodifiableSparseIntArray
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ExtensionControllerImpl.java | 78 T get(); in get() method 158 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl 253 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.PluginItem 279 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.TunerItem 327 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.UiModeItem 352 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.FeatureItem 376 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.Default
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TokenBucket.java | 95 public boolean get() { in get() method in TokenBucket 104 public int get(int n) { in get() method in TokenBucket
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/ |
H A D | DomainVerificationStateMap.java | 58 public ValueType get(@NonNull String packageName) { in get() method in DomainVerificationStateMap 63 public ValueType get(@NonNull UUID domainSetId) { in get() method in DomainVerificationStateMap
|
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameTaskInfoProvider.java | 58 GameTaskInfo get(int taskId) { in get() method in GameTaskInfoProvider 74 GameTaskInfo get(int taskId, @NonNull ComponentName componentName) { in get() method in GameTaskInfoProvider
|
H A D | GameServiceProviderSelector.java | 33 GameServiceConfiguration get(@Nullable SystemService.TargetUser user, in get() method
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | IStatusBarNotificationHolder.aidl | 24 StatusBarNotification get(); in get() method
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IAppTransitionAnimationSpecsFuture.aidl | 27 AppTransitionAnimationSpec[] get(); in get() method
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/ |
H A D | Intermediate.java | 5 public static int get() { in get() method in Intermediate
|
H A D | SubTest.java | 7 public static int get() { in get() method in SubTest
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/ |
H A D | Intermediate.java | 5 public static int get() { in get() method in Intermediate
|
H A D | SubTest.java | 7 public static int get() { in get() method in SubTest
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/ |
H A D | NoActivityIntermediate.java | 21 public static int get() { in get() method in NoActivityIntermediate
|
H A D | NoActivitySubTest.java | 21 public static int get() { in get() method in NoActivitySubTest
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ref/ |
H A D | GcWeakReference.java | 32 public T get() throws RuntimeException { in get() method in GcWeakReference
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | StateManager.java | 33 @Nullable T get(); in get() method
|