Searched defs:get (Results 1 - 25 of 316) 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/net/
H A DConnectivityThread.java44 public static ConnectivityThread get() { method in class:ConnectivityThread
/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/libs/hwui/
H A DDeviceInfo.cpp32 const DeviceInfo* DeviceInfo::get() { function in class:android::uirenderer::DeviceInfo
/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/native/include/ui/
H A DGraphicBufferMapper.h36 static inline GraphicBufferMapper& get() { return getInstance(); } function in class:android::GraphicBufferMapper
/frameworks/av/drm/mediadrm/plugins/clearkey/
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/com/android/internal/os/
H A DBackgroundThread.java43 public static BackgroundThread get() { method in class:BackgroundThread
/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/opengl/java/com/google/android/gles_jni/
H A DEGLConfigImpl.java28 long get() { method in class:EGLConfigImpl
/frameworks/base/services/core/java/com/android/server/
H A DDisplayThread.java45 public static DisplayThread get() { method in class:DisplayThread
H A DFgThread.java47 public static FgThread get() { method in class:FgThread
H A DIoThread.java44 public static IoThread get() { method in class:IoThread
H A DUiThread.java47 public static UiThread get() { method in class:UiThread
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorResult.java28 public int get() { method in class:AppErrorResult
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DFileUtil.java35 public static FileUtil get() { method in class:FileUtil

Completed in 971 milliseconds

1234567891011>>