Searched refs:get (Results 1 - 25 of 2963) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
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/tests/coretests/src/android/view/inputmethod/
H A DInputMethodSubtypeArrayTest.java36 assertEquals(subtypes.get(0), array.get(0));
37 assertEquals(subtypes.get(1), array.get(1));
38 assertEquals(subtypes.get(2), array.get(2));
42 assertEquals(subtypes.get(0), clonedArray.get(0));
43 assertEquals(subtypes.get(1), clonedArray.get(
[all...]
/frameworks/base/core/java/android/service/notification/
H A DIStatusBarNotificationHolder.aidl24 StatusBarNotification get();
/frameworks/base/core/java/android/view/
H A DIAppTransitionAnimationSpecsFuture.aidl27 AppTransitionAnimationSpec[] get();
H A DHardwareLayer.java56 nSetLayerPaint(mFinalizer.get(), paint != null ? paint.getNativeInstance() : 0);
66 return mFinalizer != null && mFinalizer.get() != 0;
84 return mFinalizer.get();
110 return nPrepare(mFinalizer.get(), width, height, isOpaque);
119 nSetTransform(mFinalizer.get(), matrix.native_instance);
127 mRenderer.detachSurfaceTexture(mFinalizer.get());
131 return mFinalizer.get();
135 nSetSurfaceTexture(mFinalizer.get(), surface, false);
140 nUpdateSurfaceTexture(mFinalizer.get());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java126 + " " + KEY_SSID + "=" + NETWORK_0_VARS.get(KEY_SSID) + "\n"
127 + " " + KEY_KEY_MGMT + "=" + NETWORK_0_VARS.get(KEY_KEY_MGMT) + "\n"
128 + " " + KEY_PRIORITY + "=" + NETWORK_0_VARS.get(KEY_PRIORITY) + "\n"
129 + " " + KEY_ID_STR + "=" + NETWORK_0_VARS.get(KEY_ID_STR) + "\n"
133 + " " + KEY_SSID + "=" + NETWORK_1_VARS.get(KEY_SSID) + "\n"
134 + " " + KEY_KEY_MGMT + "=" + NETWORK_1_VARS.get(KEY_KEY_MGMT) + "\n"
135 + " " + KEY_PRIORITY + "=" + NETWORK_1_VARS.get(KEY_PRIORITY) + "\n"
136 + " " + KEY_DISABLED + "=" + NETWORK_1_VARS.get(KEY_DISABLED) + "\n"
137 + " " + KEY_ID_STR + "=" + NETWORK_1_VARS.get(KEY_ID_STR) + "\n"
141 + " " + KEY_SSID + "=" + NETWORK_2_VARS.get(KEY_SSI
[all...]
/frameworks/base/libs/hwui/tests/common/scenes/
H A DOpPropAnimation.cpp57 canvas.drawRoundRect(mRoundRectLeft.get(), mRoundRectTop.get(),
58 mRoundRectRight.get(), mRoundRectBottom.get(),
59 mRoundRectRx.get(), mRoundRectRy.get(), mPaint.get());
60 canvas.drawCircle(mCircleX.get(), mCircleY.get(), mCircleRadius.get(), mPain
[all...]
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DOuterClass.java31 // Outer.get returns 1 + a + b
34 public int get(int a, long b) { method in class:OuterClass
42 // Inner.get returns 2 + 1 + a + b
43 public int get(int a, long b) { method in class:OuterClass.InnerClass
52 // StaticInnerClass.get returns 100 + a + b
53 public int get(int a, long b) { method in class:OuterClass.StaticInnerClass
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseIntArray.java37 public int get(int key) { method in class:UnmodifiableSparseIntArray
38 return mArray.get(key);
41 public int get(int key, int valueIfKeyNotFound) { method in class:UnmodifiableSparseIntArray
42 return mArray.get(key, valueIfKeyNotFound);
/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp43 CHECK(clazz.get() != NULL);
45 jmethodID constructID = env->GetMethodID(clazz.get(), "<init>", "()V");
49 env, env->NewObject(clazz.get(), constructID));
52 if (httpServiceObj.get() != NULL) {
54 env->GetMethodID(clazz.get(), "asBinder", "()Landroid/os/IBinder;");
58 env, env->CallObjectMethod(httpServiceObj.get(), asBinderID));
59 CHECK(httpServiceBinderObj.get() != NULL);
62 ibinderForJavaObject(env, httpServiceBinderObj.get());
/frameworks/base/core/java/android/database/
H A DDataSetObservable.java37 mObservers.get(i).onChanged();
50 mObservers.get(i).onInvalidated();
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DNameMappingTest.java40 return f1.get();
45 return f2.get();
53 if (f1New != f1.get()) {
57 if (f2New != f2.get()) {
62 assertEquals(f2.get(), mBinder.textView.isEnabled());
63 assertEquals(f2.get(), mBinder.textView2.isEnabled());
66 assertEquals(f1.get(), mBinder.textView.isFocusable());
67 assertEquals(f1.get(), mBinder.textView2.isFocusable());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSystemPropertyService.java22 public String get(String key, String defaultValue) { method in class:SystemPropertyService
23 return android.os.SystemProperties.get(key, defaultValue);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp134 int err = mANW->query(mANW.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER,
142 int err = mANW->query(mANW.get(), NATIVE_WINDOW_CONCRETE_TYPE, &result);
173 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(),
187 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);
214 EXPECT_GT(OK, native_window_set_buffers_dimensions(mANW.get(), 0, 8));
215 EXPECT_GT(OK, native_window_set_buffers_dimensions(mANW.get(), 8, 0));
219 ASSERT_EQ(OK, native_window_api_connect(mANW.get(), NATIVE_WINDOW_API_CPU));
221 ASSERT_EQ(OK, native_window_dequeue_buffer_and_wait(mANW.get(), &buf));
225 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
229 ASSERT_EQ(OK, native_window_api_connect(mANW.get(), NATIVE_WINDOW_API_CP
[all...]
H A DSurfaceTextureGL_test.cpp31 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(),
33 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(),
35 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
37 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(),
41 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(),
52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(),
81 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(),
83 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(),
85 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
87 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(),
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DSystemPropertiesTest.java33 value = SystemProperties.get(KEY, "default");
37 value = SystemProperties.get(KEY, "default");
40 value = SystemProperties.get(KEY);
44 value = SystemProperties.get(KEY, "default");
47 value = SystemProperties.get(KEY);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java82 new BigInteger(attrs.get("handle"), 16);
84 mHandle = attrs.get("handle");
93 mSubject = attrs.get("subject");
94 String dateTime = attrs.get("datetime");
103 mSenderName = attrs.get("sender_name");
105 mSenderAddressing = attrs.get("sender_addressing");
107 mReplytoAddressing = attrs.get("replyto_addressing");
109 mRecipientName = attrs.get("recipient_name");
111 mRecipientAddressing = attrs.get("recipient_addressing");
113 mType = strToType(attrs.get("typ
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp29 if (NULL != src->mPicture.get()) {
30 mPicture.reset(SkRef(src->mPicture.get()));
31 } else if (NULL != src->mRecorder.get()) {
51 if (NULL != mRecorder.get()) {
84 if (NULL != mRecorder.get()) {
87 } else if (NULL != mPicture.get()) {
99 if (NULL != mRecorder.get()) {
101 SkASSERT(NULL != mPicture.get());
104 if (NULL != mPicture.get()) {
105 mPicture.get()
[all...]
/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/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java37 public static String get(String key, String defaultValue) { method in class:SystemProperties
40 final Method get = systemProperties.getMethod("get", String.class, String.class);
41 return (String) get.invoke(null, key, defaultValue);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DMultiSelectManagerTest.java59 mManager.toggleSelection(items.get(7));
60 assertSelection(items.get(7));
62 mManager.toggleSelection(items.get(7));
68 mManager.toggleSelection(items.get(7));
71 mManager.toggleSelection(items.get(7));
89 mManager.setItemsSelected(Lists.newArrayList(items.get(7)), true);
97 assertSelection(items.get(7));
103 assertSelection(items.get(7), items.get(99));
123 assertSelection(items.get(
[all...]
/frameworks/base/core/java/android/util/
H A DSingleton.java31 public final T get() { method in class:Singleton
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLConfigImpl.java28 long get() { method in class:EGLConfigImpl

Completed in 2212 milliseconds

1234567891011>>