Home
last modified time | relevance | path

Searched defs:expectedUid (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteCommandBuffer.java166 boolean forkRepeatedly(FileDescriptor zygoteSocket, int expectedUid, int minUid, in forkRepeatedly()
183 int expectedUid, in nativeForkRepeatedly()
DZygote.java705 int expectedUid, in forkSimpleApps()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java47 int expectedUid = 1123456 + index; in getHistoricalNotification() local
78 int expectedUid = 1123456; in testHistoricalNotificationBuilder() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java47 int expectedUid = 1123456 + index; in getHistoricalNotification() local
DNotificationHistoryProtoHelperTest.java54 int expectedUid = 1123456 + index; in getHistoricalNotification() local
DNotificationHistoryDatabaseTest.java71 int expectedUid = 1123456 + index; in getHistoricalNotification() local
DNotificationHistoryManagerTest.java69 int expectedUid = 1123456 + index; in getHistoricalNotification() local
DPreferencesHelperTest.java466 int expectedUid = 1001001; in testReadXml_onlyRestoresTargetUser() local
DNotificationManagerServiceTest.java6366 int expectedUid = 123; in testResolveNotificationUid_delegateAllowed() local
6378 int expectedUid = 123; in testResolveNotificationUid_androidAllowed() local
/frameworks/base/services/net/java/android/net/
DConnectivityModuleConnector.java176 final int expectedUid = in getModuleServiceIntent() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp169 binder::Status checkUid(uid_t expectedUid) { in checkUid()