HomeSort by relevance Sort by last modified time
    Searched defs:id3 (Results 1 - 10 of 10) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
LuhnChecksumValidatorTest.java 99 AutofillId id3 = new AutofillId(3); local
101 LuhnChecksumValidator validator = new LuhnChecksumValidator(id1, id2, id3);
107 when(finder.findByAutofillId(id3)).thenReturn("3");
CharSequenceTransformationTest.java 72 AutofillId id3 = new AutofillId(3); local
82 b.addField(id3, Pattern.compile("(.)"), "3=$2");
93 when(finder.findByAutofillId(id3)).thenReturn("c");
  /frameworks/native/libs/vr/libpdx/
thread_local_buffer_tests.cpp 58 auto id3 = ThreadLocalBufferTest::GetSlotAddress<SendSlotB>(); local
62 EXPECT_NE(id3, id4);
63 EXPECT_NE(id1, id3);
73 EXPECT_EQ(id3, id3_alias);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 87 final String id3 = generateRandomId("id3"); local
101 makeShortcut(id3)
109 runWithCaller(mPackageContext2, () -> getManager().reportShortcutUsed(id3));
114 mPackageContext2.getPackageName(), id3), "Events weren't populated");
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 91 X1<int*>::Inner3<int> id3; local
92 id3.f0(ip, i);
93 id3.f0(dp, i); // expected-error{{cannot initialize a parameter of type 'int *' with an lvalue of type 'double *'}}
94 id3.f1(ip, i, ip);
95 id3.f1(ip, i, dp); // expected-note{{instantiation}}
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 198 int id3 = host2.allocateAppWidgetId(); local
200 assertTrue(Arrays.equals(host2.getAppWidgetIds(), new int[]{id3}));
204 assertTrue(Arrays.equals(host2.getAppWidgetIds(), new int[]{id3}));
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0), local
490 new int[] {id3, id2, id1}, PRIORITY_MIN);
503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN);
512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN);
545 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0), local
562 new int[] {id3, id2, id1}, PRIORITY_MIN);
575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN);
636 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, local
655 ntm.expectTestNotification(2, id3, PRIORITY_HIGH);
666 ntm.expectTestNotification(2, id3, PRIORITY_HIGH)
    [all...]
  /packages/apps/TV/libs/
exoplayer_v2.jar 
exoplayer.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 1079 milliseconds