Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 8 of 8) sorted by relevance

/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/
DDeviceAdminChoosePrivateKeyAliasEventTest.java49 private static final int UID = 1; field in DeviceAdminChoosePrivateKeyAliasEventTest
68 DEVICE_ADMIN_RECEIVER, sContext, intent, UID, URI, ALIAS).log(); in whereIntent_works()
83 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, UID, URI, ALIAS).log(); in whereIntent_skipsNonMatching()
85 DEVICE_ADMIN_RECEIVER, sContext, intent, UID, URI, ALIAS).log(); in whereIntent_skipsNonMatching()
97 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS) in whereDeviceAdminReceiver_customValueOnLogger_works()
113 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS) in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
117 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS) in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
133 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS).log(); in whereDeviceAdminReceiver_defaultValue_works()
147 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS) in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
151 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS) in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
[all …]
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DStatusBarNotificationTest.java38 private static final int UID = 123; field in StatusBarNotificationTest
53 mUserHandle = UserHandle.getUserHandleForUid(UID); in setUp()
58 mSbn = new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, mNotification, in setUp()
64 assertEquals(UID, mSbn.getUid()); in testGetUid()
127 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsClearable_notClearableOngoingEvent()
151 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsGroup_notifGroup()
164 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsGroup_sortKey()
182 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsOngoing_ongoingEvent()
201 assertEquals(UID, clone.getUid()); in testClone()
/cts/tests/JobSchedulerSharedUid/jobperm/
DREADME.txt1 This APK uses the same shared UID as CtsJobSchedulerSharedUidTestCases. It has no code but exists f…
2 a shared-UID tests.
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/premade/
DEventLibDelegatedAdminReceiverTest.java47 private static final int UID = 1; field in EventLibDelegatedAdminReceiverTest
62 receiver.onChoosePrivateKeyAlias(sContext, sIntent, UID, URI, ALIAS); in choosePrivateKeyAlias_logsChoosePrivateKeyAliasEvent()
DEventLibDeviceAdminReceiverTest.java83 private static final int UID = 1; field in EventLibDeviceAdminReceiverTest
298 receiver.onChoosePrivateKeyAlias(sContext, sIntent, UID, URI, ALIAS); in choosePrivateKeyAlias_logsChoosePrivateKeyAliasEvent()
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/media/
DCarAudioManagerPermissionTest.java58 private static final int UID = 10; field in CarAudioManagerPermissionTest
216 () -> mCarAudioManager.getZoneIdForUid(UID)); in getZoneIdForUidPermission()
223 () -> mCarAudioManager.setZoneIdForUid(PRIMARY_AUDIO_ZONE, UID)); in setZoneIdForUidPermission()
230 () -> mCarAudioManager.clearZoneIdForUid(UID)); in clearZoneIdForUidPermission()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPackageDeviceInfo.java96 private static final String UID = "uid"; field in PackageDeviceInfo
251 store.addResult(UID, appInfo.uid); in collectionApplicationInfo()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt11432 field public static final String EXTRA_UID = "android.intent.extra.UID";