| /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
| 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
|
| 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
|
| D | IntermediateClass.java | 20 public static int get() { in get() method in IntermediateClass
|
| /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
| D | OuterClass.java | 34 public int get(int a, long b) { in get() method in OuterClass 46 public int get(int a, long b) { in get() method in OuterClass.InnerClass 59 public int get(int a, long b) { in get() method in OuterClass.StaticInnerClass
|
| /frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/ |
| D | NavigatorProvider.kt | 28 inline operator fun <D : NavDestination, T : Navigator<D>> NavigatorProvider.get(name: String): T = in get() method 37 inline operator fun <D : NavDestination, T : Navigator<D>> NavigatorProvider.get( in get() method
|
| /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/ |
| D | SystemProperties.java | 37 public static String get(String key, String defaultValue) { in get() method in SystemProperties 40 final Method get = systemProperties.getMethod("get", String.class, String.class); in get() local
|
| /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
| 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
|
| /frameworks/av/services/audiopolicy/engineconfigurable/src/ |
| D | Stream.cpp | 59 routing_strategy Element<audio_stream_type_t>::get<routing_strategy>() const in get() function in android::audio_policy::Element 77 audio_stream_type_t Element<audio_stream_type_t>::get<audio_stream_type_t>() const in get() function in android::audio_policy::Element
|
| /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
| 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
|
| /frameworks/support/car/src/main/java/androidx/car/widget/ |
| D | ListItemProvider.java | 29 public abstract ListItem get(int position); in get() method in ListItemProvider 47 public ListItem get(int position) { in get() method in ListItemProvider.ListProvider
|
| /frameworks/base/core/java/android/util/ |
| 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
|
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| 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
|
| 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
|
| /frameworks/base/services/net/java/android/net/util/ |
| D | NetdService.java | 76 public static INetd get(long maxTimeoutMs) { in get() method in NetdService 114 public static INetd get() { in get() method in NetdService
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | ExtensionControllerImpl.java | 57 T get(); in get() method 137 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl 232 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.PluginItem 258 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.TunerItem 306 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.UiModeItem 331 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.FeatureItem 355 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.Default
|
| /frameworks/support/preference/ktx/src/main/java/androidx/preference/ |
| D | PreferenceGroup.kt | 26 inline operator fun PreferenceGroup.get(key: CharSequence): Preference = findPreference(key) in get() method 33 operator fun PreferenceGroup.get(index: Int): Preference = getPreference(index) in get() method
|
| /frameworks/compile/mclinker/lib/LD/ |
| D | SectionSymbolSet.cpp | 96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) { in get() function in mcld::SectionSymbolSet 101 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const { in get() function in mcld::SectionSymbolSet
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | TokenBucket.java | 95 public boolean get() { in get() method in TokenBucket 104 public int get(int n) { in get() method in TokenBucket
|
| /frameworks/support/core/ktx/src/main/java/androidx/core/preference/ |
| D | PreferenceGroup.kt | 30 inline operator fun PreferenceGroup.get(key: CharSequence): Preference = findPreference(key) in get() method 38 operator fun PreferenceGroup.get(index: Int): Preference = getPreference(index) in get() method
|
| /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/ |
| D | NoActivityIntermediate.java | 21 public static int get() { in get() method in NoActivityIntermediate
|
| D | NoActivitySubTest.java | 21 public static int get() { in get() method in NoActivitySubTest
|
| /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/ |
| D | Intermediate.java | 5 public static int get() { in get() method in Intermediate
|
| /frameworks/base/core/java/android/service/notification/ |
| D | IStatusBarNotificationHolder.aidl | 24 StatusBarNotification get(); in get() method
|
| /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/ |
| D | SubTest.java | 7 public static int get() { in get() method in SubTest
|
| D | Intermediate.java | 5 public static int get() { in get() method in Intermediate
|