Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DTestPropertyReader.java48 public void readBoolean(int id, boolean value) { in readBoolean()
53 public void readByte(int id, byte value) { in readByte()
58 public void readChar(int id, char value) { in readChar()
63 public void readDouble(int id, double value) { in readDouble()
68 public void readFloat(int id, float value) { in readFloat()
73 public void readInt(int id, int value) { in readInt()
78 public void readLong(int id, long value) { in readLong()
83 public void readShort(int id, short value) { in readShort()
88 public void readObject(int id, Object value) { in readObject()
93 public void readColor(int id, int value) { in readColor()
[all …]
/cts/common/device-side/bedstead/eventlib/src/main/aidl/com/android/eventlib/
DIQueryService.aidl15 void init(long id, in Bundle data); in init()
26 Bundle get(long id, in Bundle data); in get()
40 Bundle getNext(long id, in Bundle data); in getNext()
51 Bundle next(long id, in Bundle data); in next()
63 Bundle poll(long id, in Bundle data); in poll()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBlockChangeReceiver.java37 String id = intent.getStringExtra( in onReceive() local
42 String id = intent.getStringExtra(NotificationManager.EXTRA_NOTIFICATION_CHANNEL_ID); in onReceive() local
46 String id = context.getPackageName(); in onReceive() local
/cts/tests/fragment/src/android/fragment/cts/
DFragmentReorderingTest.java147 final int[] id = new int[1]; in removeRedundantRemove() local
181 int id = mFM.beginTransaction() in removeRedundantAdd() local
218 int id = mFM.beginTransaction() in removeRedundantAttach() local
262 int id = mFM.beginTransaction() in removeRedundantDetach() local
310 int id = mFM.beginTransaction() in removeRedundantHide() local
401 int id = mFM.beginTransaction() in removeRedundantShow() local
438 int id = mFM.beginTransaction() in viewOrder() local
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DImageTransformationTest.java95 AutofillId id = new AutofillId(1); in theOneOptionsMatches() local
112 AutofillId id = new AutofillId(1); in theOneOptionsMatchesWithContentDescription() local
131 AutofillId id = new AutofillId(1); in noOptionsMatches() local
149 AutofillId id = new AutofillId(1); in multipleOptionsOneMatches() local
167 AutofillId id = new AutofillId(1); in multipleOptionsOneMatchesWithContentDescription() local
187 AutofillId id = new AutofillId(1); in twoOptionsMatch() local
206 AutofillId id = new AutofillId(1); in twoOptionsMatchWithContentDescription() local
DLuhnChecksumValidatorTest.java53 AutofillId id = new AutofillId(1); in duplicateFields() local
71 AutofillId id = new AutofillId(1); in leadingZerosAreIgnored() local
86 AutofillId id = new AutofillId(1); in onlyOneChecksumValid() local
117 AutofillId id = new AutofillId(1); in nonDigits() local
/cts/hostsidetests/theme/app/src/android/theme/app/
DLayoutInfo.java25 public final int id; field in LayoutInfo
29 LayoutInfo(int id, String name) { in LayoutInfo()
33 LayoutInfo(int id, String name, AbstractLayoutModifier modifier) { in LayoutInfo()
DThemeInfo.java27 public final int id; field in ThemeInfo
31 ThemeInfo(int spec, int id, int apiLevel, String name) { in ThemeInfo()
/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerTestHelper.java90 final String id = "id_remove_activity"; in testRemoveAllActivity() local
160 final String id = "id_dispatch_pause"; in testSaveInstanceState() local
179 final String id = "id_dispatch_pause"; in testDispatchPauseFalse() local
193 final String id = "id_dispatch_pause"; in testDispatchPauseTrue() local
207 final String id = "id_dispatch_stop"; in testDispatchStop() local
228 final String id = "id"; in testDispatchCreate() local
267 final String id = "_id_resume_test"; in testStartActivity() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAuthenticationActivity.java116 public static IntentSender createSender(Context context, int id, CannedDataset dataset) { in createSender()
120 public static IntentSender createSender(Context context, int id, in createSender()
125 public static IntentSender createSender(Context context, int id, in createSender()
136 public static IntentSender createSender(Context context, int id, in createSender()
141 public static IntentSender createSender(Context context, int id, in createSender()
149 private static IntentSender createSender(Context context, String extraName, int id, in createSender()
171 public static IntentSender createSender(Context context, int id) { in createSender()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSendToClientBlockingTest.java65 int id = random.nextInt(10); in testSendToClientBlocking1Params() local
83 int id = random.nextInt(10); in testSendToClientBlocking3Params() local
/cts/tests/tests/hardware/res/raw/
Dsony_dualshock4_bluetooth_lighttests.json4 "id": 1, number
20 "id": 1, number
36 "id": 1, number
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java62 int id = 6000; in testPostFullScreenIntent_noPermission() local
78 private StatusBarNotification findPostedNotification(int id) { in findPostedNotification()
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceTargetTest.java111 private List<SmartspaceAction> createSmartspaceActionList(String id) { in createSmartspaceActionList()
117 private SmartspaceAction createSmartspaceAction(String id) { in createSmartspaceAction()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedFillResponse.java479 public Builder setSaveTriggerId(AutofillId id) { in setSaveTriggerId()
627 final String id = entry.getKey(); in asDataset() local
729 public Builder setField(String id, String text) { in setField()
740 public Builder setField(String id, String text, Pattern filter) { in setField()
744 public Builder setUnfilterableField(String id, String text) { in setUnfilterableField()
755 public Builder setField(String id, int index) { in setField()
766 public Builder setField(String id, boolean toggled) { in setField()
777 public Builder setField(String id, long date) { in setField()
788 public Builder setField(String id, AutofillValue value) { in setField()
800 public Builder setField(String id, AutofillValue value, boolean filterable, in setField()
[all …]
/cts/tests/tests/view/res/raw/
Dgoogle_gamepad_vibratortests.json3 "id": 1, number
9 "id": 1, number
/cts/tests/tests/provider/src/android/provider/cts/
DMockFontProvider.java63 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, in Font()
123 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 400, 0, Columns.RESULT_CODE_OK, true), in map.put()
127 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 400, 0, Columns.RESULT_CODE_OK, true), in map.put()
134 new Font(id++, SAMPLE_TTC_FONT_FILE_ID, 0, "'wght' 100", 400, 0, in map.put()
153 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK, in map.put()
159 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK, in map.put()
167 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, -5, true), in map.put()
171 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 400, 0, in map.put()
229 final int id = (int) ContentUris.parseId(uri); in openFile() local
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DExactAlarmsTest.java227 private static PendingIntent getAlarmSender(int id, boolean quotaed) { in getAlarmSender()
325 final int id = mIdGenerator.nextInt(); in setAlarmClockWithoutPermissionWithWhitelist() local
339 final int id = mIdGenerator.nextInt(); in setAlarmClockWithPermission() local
381 final int id = mIdGenerator.nextInt(); in setExactAwiWithoutPermissionWithWhitelist() local
396 final int id = mIdGenerator.nextInt(); in setExactAwiWithPermissionAndWhitelist() local
462 final int id = mIdGenerator.nextInt(); in alarmClockGrantsWhitelist() local
478 final int id = mIdGenerator.nextInt(); in exactAwiGrantsWhitelist() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java391 protected ShortcutInfo makeShortcut(String id) { in makeShortcut()
398 protected ShortcutInfo makeShortcutWithRank(String id, int rank) { in makeShortcutWithRank()
408 protected ShortcutInfo makeShortcutWithLocusId(String id, String locusId) { in makeShortcutWithLocusId()
418 protected ShortcutInfo makeShortcut(String id, String shortLabel) { in makeShortcut()
425 protected ShortcutInfo makeShortcut(String id, ComponentName activity) { in makeShortcut()
435 protected ShortcutInfo makeShortcutWithIcon(String id, Icon icon) { in makeShortcutWithIcon()
445 protected ShortcutInfo makeLongLivedShortcut(String id) { in makeLongLivedShortcut()
476 protected ShortcutInfo.Builder makeShortcutBuilder(String id) { in makeShortcutBuilder()
483 protected ShortcutInfo makeShortcut(String id, String shortLabel, ComponentName activity, in makeShortcut()
584 final int id = res.getIdentifier(resName, "drawable", in loadPackageDrawableIcon() local
DShortcutManagerStartShortcutTest.java52 String id, int expectedNumIntents, String[] expectedActions) { in launchShortcutAndGetIntents()
58 String id, int expectedNumIntents, Rect rect, Bundle options, in launchShortcutAndGetIntents()
74 private void assertShortcutStarts(Context launcher, Context client, String id, in assertShortcutStarts()
81 private void assertShortcutCantStart(Context launcher, Context client, String id, in assertShortcutCantStart()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java45 public StatusBarNotification findPostedNotification(int id, boolean all) { in findPostedNotification()
63 public StatusBarNotification findNotificationNoWait(int id, boolean all) { in findNotificationNoWait()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java120 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification()
124 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification()
196 private boolean checkNotificationExistence(int id, boolean shouldExist) { in checkNotificationExistence()
222 private StatusBarNotification findPostedNotification(int id) { in findPostedNotification()
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java61 long id = mDownloadManager.enqueue(requestPublic); in testSetDestinationUri_publicDir() local
87 long id = mDownloadManager.enqueue(requestPublic); in testSetDestinationUri_sdcardPath() local
116 long id = mDownloadManager.enqueue(requestPublic); in testDestinationInExternalPublicDir() local
146 final long id = mDownloadManager.addCompletedDownload(file.getName(), "Test desc", true, in testAddCompletedDownload_publicDirs() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserReference.java45 UserReference(TestApis testApis, int id) { in UserReference()
53 public final int id() { in id() method in UserReference
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java109 long id = mDownloadManager.enqueue(new Request(getGoodUrl())); in testDownloadManagerSupportsHttp() local
142 long id = mDownloadManager.enqueue(new Request(Uri.parse("http://www.example.com"))); in testDownloadManagerSupportsHttpWithExternalWebServer() local
176 long id = mDownloadManager.enqueue(new Request(Uri.parse("https://www.example.com"))); in testDownloadManagerSupportsHttpsWithExternalWebServer() local
200 long id = mDownloadManager.enqueue(new Request(getMinimumDownloadUrl())); in testMinimumDownload() local
379 long id = mDownloadManager.enqueue(request); in testSetDestinationUri() local
416 long id = mDownloadManager.enqueue(requestPublic); in testSetDestinationInExternalPublicDownloadDir() local
531 final long id = mDownloadManager.addCompletedDownload(file.getName(), "Test desc", true, in testAddCompletedDownload() local
555 final long id = mDownloadManager.addCompletedDownload(file.getName(), "Test desc", true, in testAddCompletedDownload_downloadDir() local
667 long id = mDownloadManager.enqueue(requestPublic); in testDownload_mediaScanned() local

12345678910>>...13