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

1234567891011>>

/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/support/room/compiler/src/main/kotlin/androidx/room/ext/
H A Djavapoet_ext.kt30 fun KClass<*>.typeName() = ClassName.get(this.java)
32 fun TypeMirror.typeName() = TypeName.get(this)
35 val DB: ClassName = ClassName.get("androidx.sqlite.db", "SupportSQLiteDatabase")
37 ClassName.get("androidx.sqlite.db", "SupportSQLiteStatement")
39 ClassName.get("androidx.sqlite.db", "SupportSQLiteOpenHelper")
41 ClassName.get("androidx.sqlite.db", "SupportSQLiteOpenHelper.Callback")
43 ClassName.get("androidx.sqlite.db", "SupportSQLiteOpenHelper.Configuration")
45 ClassName.get("androidx.sqlite.db", "SupportSQLiteQuery")
49 val STRING_UTIL: ClassName = ClassName.get("androidx.room.util", "StringUtil")
50 val ROOM_DB: ClassName = ClassName.get("android
[all...]
/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/support/lifecycle/viewmodel/ktx/src/main/java/androidx/lifecycle/
H A DViewModelProvider.kt25 * @see ViewModelProvider.get(Class)
28 inline fun <reified VM : ViewModel> ViewModelProvider.get() = get(VM::class.java)
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodSubtypeArrayTest.java44 assertEquals(subtypes.get(0), array.get(0));
45 assertEquals(subtypes.get(1), array.get(1));
46 assertEquals(subtypes.get(2), array.get(2));
50 assertEquals(subtypes.get(0), clonedArray.get(0));
51 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();
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/
H A DContentValuesTest.kt41 assertNull(values.get("null"))
42 assertEquals("string", values.get("string"))
43 assertEquals(1.toByte(), values.get("byte"))
44 assertEquals(1.toShort(), values.get("short"))
45 assertEquals(1, values.get("int"))
46 assertEquals(1L, values.get("long"))
47 assertEquals(1f, values.get("float"))
48 assertEquals(1.0, values.get("double"))
49 assertEquals(true, values.get("boolean"))
50 assertArrayEquals(byteArrayOf(), values.get("byteArra
[all...]
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser_test.cpp45 ASSERT_TRUE(collapser.Consume(context.get(), table.get()));
49 test::GetValueForConfig<Id>(table.get(), res_name,
52 test::GetValueForConfig<Id>(table.get(), res_name,
57 test::GetValueForConfig<Id>(table.get(), res_name,
62 test::GetValueForConfig<Id>(table.get(), res_name,
67 test::GetValueForConfig<Id>(table.get(), res_name,
70 test::GetValueForConfig<Id>(table.get(), res_name,
73 test::GetValueForConfig<Id>(table.get(), res_name,
87 ASSERT_TRUE(collapser.Consume(context.get(), tabl
[all...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DGapWorkerTest.java89 list.get(0).view = null;
90 list.get(1).view = new RecyclerView(getContext());
91 list.get(2).view = null;
95 assertNotNull(list.get(0).view);
96 assertNull(list.get(1).view);
97 assertNull(list.get(2).view);
106 list.get(0).immediate = true;
107 list.get(1).immediate = false;
108 list.get(2).immediate = true;
112 assertTrue(list.get(
[all...]
/frameworks/base/libs/hwui/tests/common/scenes/
H A DOpPropAnimation.cpp56 canvas.drawRoundRect(mRoundRectLeft.get(), mRoundRectTop.get(), mRoundRectRight.get(),
57 mRoundRectBottom.get(), mRoundRectRx.get(), mRoundRectRy.get(),
58 mPaint.get());
59 canvas.drawCircle(mCircleX.get(), mCircleY.get(), mCircleRadius.get(), mPain
[all...]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DPluginDependency.java24 public static <T> T get(Plugin p, Class<T> cls) { method in class:PluginDependency
25 return sProvider.get(p, cls);
29 abstract <T> T get(Plugin p, Class<T> cls); method in class:PluginDependency.DependencyProvider
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DListItemProvider.java29 public abstract ListItem get(int position); method in class:ListItemProvider
47 public ListItem get(int position) { method in class:ListItemProvider.ListProvider
48 return mItems.get(position);
/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/rs/rsov/compiler/spirit/
H A Dpass_queue_test.cpp98 EXPECT_EQ(1, countEntity<IAddInst>(m.get()));
99 EXPECT_EQ(1, countEntity<IMulInst>(m.get()));
103 auto m1 = passes.run(m.get());
118 EXPECT_EQ(1, countEntity<IAddInst>(m.get()));
119 EXPECT_EQ(1, countEntity<IMulInst>(m.get()));
120 EXPECT_EQ(1, countEntity<TypeFloatInst>(m.get()));
124 auto m1 = passes.run(m.get());
138 ASSERT_NE(nullptr, m.get());
140 EXPECT_EQ(1, countEntity<IMulInst>(m.get()));
144 auto m1 = passes.run(m.get());
[all...]
H A Dtransformer_test.cpp83 EXPECT_EQ(1, countEntity<IAddInst>(m.get()));
84 EXPECT_EQ(1, countEntity<IMulInst>(m.get()));
87 std::unique_ptr<Module> m1(trans.run(m.get()));
93 EXPECT_EQ(2, countEntity<IAddInst>(m1.get()));
94 EXPECT_EQ(0, countEntity<IMulInst>(m1.get()));
100 ASSERT_NE(nullptr, m.get());
102 EXPECT_EQ(1, countEntity<IMulInst>(m.get()));
105 std::unique_ptr<Module> m1(trans.run(m.get()));
107 ASSERT_NE(nullptr, m1.get());
109 EXPECT_EQ(1, countEntity<IAddInst>(m1.get()));
[all...]
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
H A DColor.kt111 inline val @receiver:ColorInt Int.alpha get() = (this shr 24) and 0xff
119 inline val @receiver:ColorInt Int.red get() = (this shr 16) and 0xff
127 inline val @receiver:ColorInt Int.green get() = (this shr 8) and 0xff
135 inline val @receiver:ColorInt Int.blue get() = this and 0xff
198 @get:RequiresApi(26)
199 inline val @receiver:ColorInt Int.luminance get() = Color.luminance(this)
278 @get:RequiresApi(26)
279 inline val @receiver:ColorLong Long.alpha get() = Color.alpha(this)
287 @get:RequiresApi(26)
288 inline val @receiver:ColorLong Long.red get()
[all...]
/frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/media/
H A DMediaRouteProviderTest.java62 assertEquals(FAKE_MEDIA_ROUTE_ID_1, routes.get(0).getId());
63 assertEquals(FAKE_MEDIA_ROUTE_NAME_1, routes.get(0).getName());
64 assertEquals(FAKE_MEDIA_ROUTE_ID_2, routes.get(1).getId());
65 assertEquals(FAKE_MEDIA_ROUTE_NAME_2, routes.get(1).getName());
77 assertEquals(FAKE_MEDIA_ROUTE_ID_1, routes.get(0).getId());
78 assertEquals(FAKE_MEDIA_ROUTE_NAME_1, routes.get(0).getName());
79 assertEquals(FAKE_MEDIA_ROUTE_ID_2, routes.get(1).getId());
80 assertEquals(FAKE_MEDIA_ROUTE_NAME_2, routes.get(1).getName());
81 assertEquals(FAKE_MEDIA_ROUTE_ID_3, routes.get(2).getId());
82 assertEquals(FAKE_MEDIA_ROUTE_NAME_3, routes.get(
[all...]

Completed in 1947 milliseconds

1234567891011>>