Searched defs:get (Results 1 - 25 of 416) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DIntermediateClass.java20 public static int get() { method in class:IntermediateClass
H A DReferenced.java20 public static int get(int i) { method in class:Referenced
H A DReferencedByAnnotationWithOtherReferences.java24 public int get() {
31 public int get() {
37 public abstract int get(); method in class:ReferencedByAnnotationWithOtherReferences
H A DReferencedByClassInAnnotation.java24 public int get() {
31 public int get() {
37 public abstract int get(); method in class:ReferencedByClassInAnnotation
/frameworks/base/core/java/android/util/
H A DSingleton.java31 public final T get() { method in class:Singleton
H A DEventLogTags.java42 public Description get(String name) { return null; } method in class:EventLogTags
44 public Description get(int tag) { return null; } method in class:EventLogTags
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DTestApplication.java30 public static int get(boolean condition) { method in class:TestApplication
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
H A DNoActivityIntermediate.java21 public static int get() { method in class:NoActivityIntermediate
22 return NoActivitySubTest.get();
H A DNoActivitySubTest.java21 public static int get() { method in class:NoActivitySubTest
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
H A DIntermediate.java5 public static int get() { method in class:Intermediate
6 return SubTest.get();
H A DSubTest.java7 public static int get() { method in class:SubTest
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
H A DIntermediate.java5 public static int get() { method in class:Intermediate
6 return SubTest.get();
H A DSubTest.java7 public static int get() { method in class:SubTest
/frameworks/base/test-runner/src/android/test/
H A DSimpleCache.java28 final V get(K key) { method in class:SimpleCache
30 return map.get(key);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DSessionLibrary.cpp35 SessionLibrary* SessionLibrary::get() { function in class:clearkeydrm::SessionLibrary
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DInputSource.cpp63 audio_devices_t Element<audio_source_t>::get<audio_devices_t>() const function in class:android::audio_policy::Element
H A DStrategy.cpp60 audio_devices_t Element<routing_strategy>::get<audio_devices_t>() const function in class:android::audio_policy::Element
H A DStream.cpp59 routing_strategy Element<audio_stream_type_t>::get<routing_strategy>() const function in class:android::audio_policy::Element
77 audio_stream_type_t Element<audio_stream_type_t>::get<audio_stream_type_t>() const function in class:android::audio_policy::Element
H A DUsage.cpp48 routing_strategy Element<audio_usage_t>::get<routing_strategy>() const function in class:android::audio_policy::Element
/frameworks/base/core/java/android/net/
H A DConnectivityThread.java33 // the language specs) the first time that Singleton is referenced in get()
49 public static ConnectivityThread get() { method in class:ConnectivityThread
/frameworks/base/core/java/com/android/internal/os/
H A DByteTransferPipe.java24 * Helper class to get byte data through a pipe from a client app. Also {@see TransferPipe}.
45 public byte[] get() throws IOException { method in class:ByteTransferPipe
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, method in class:ReflectIntermediateClass
35 Method get = bigClass.getMethod("get" + i);
36 value += ((Integer) get.invoke(bigClass.newInstance())).intValue();
/frameworks/base/libs/hwui/
H A DProfileDataContainer.h36 ProfileData* get() { return mData; } function in class:android::uirenderer::ProfileDataContainer
/frameworks/base/libs/hwui/debug/
H A DGlesDriver.cpp29 GlesDriver* GlesDriver::get() { function in class:android::uirenderer::debug::GlesDriver
30 return sGlesDriver.get();
H A DScopedReplaceDriver.h30 mCurrentDriver = glDriver.get();
34 Driver& get() { return *mCurrentDriver; } function in class:android::uirenderer::debug::ScopedReplaceDriver

Completed in 247 milliseconds

1234567891011>>