Searched refs:sourceUserId (Results 1 – 6 of 6) sorted by relevance
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/emptystate/ |
D | NoCrossProfileEmptyStateProviderTest.kt | 214 val sourceUserId = argumentCaptor<Int>() in CrossProfileIntentsChecker() constant 218 .hasCrossProfileIntents(same(list), sourceUserId.capture(), targetUserId.capture()) in CrossProfileIntentsChecker() 221 .that(sourceUserId.firstValue) in CrossProfileIntentsChecker()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CallLogProvider.java | 1126 private void syncEntriesFrom(int sourceUserId, boolean sourceIsShadow, in syncEntriesFrom() argument 1133 final Uri uri = ContentProvider.maybeAddUserId(sourceUri, sourceUserId); in syncEntriesFrom() 1156 sourceUserId, sourceIsShadow, forAllUsersOnly)); in syncEntriesFrom() 1165 sourceUserId, sourceIsShadow, forAllUsersOnly, lastSyncTime, in syncEntriesFrom() 1177 syncCallComposerPics(sourceUserId, sourceIsShadow, forAllUsersOnly, lastSyncTime); in syncEntriesFrom() 1189 private void syncCallComposerPics(int sourceUserId, boolean sourceIsShadow, in syncCallComposerPics() argument 1191 Log.i(TAG, "Syncing call composer pics -- source user=" + sourceUserId + "," in syncCallComposerPics() 1202 sourceUserId); in syncCallComposerPics() 1212 Uri uriWithUser = ContentProvider.maybeAddUserId(uri, sourceUserId); in syncCallComposerPics()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryAddonsAdapter.java | 63 @Nullable UserId sourceUserId, @Nullable UserId selectedUserId, in DirectoryAddonsAdapter() argument 74 sourceUserId, selectedUserId, userIdLabelMap, userManager, mConfigStore); in DirectoryAddonsAdapter()
|
D | Message.java | 231 InflateMessage(Environment env, Runnable callback, UserId sourceUserId, in InflateMessage() argument 235 mSourceUserId = sourceUserId; in InflateMessage()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | IntentForwarderActivity.java | 314 public static Intent canForward(Intent incomingIntent, int sourceUserId, int targetUserId, in canForward() argument 332 intentToCheck, resolvedType, sourceUserId, targetUserId)) { in canForward()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | CarUserServiceTest.java | 1670 int sourceUserId = mAdminUserId; in testLegacyUserSwitch_ok() local 1675 sendUserSwitchingEvent(sourceUserId, targetUserId); in testLegacyUserSwitch_ok() 1678 isSwitchUserRequest(/* requestId= */ 0, sourceUserId, targetUserId)); in testLegacyUserSwitch_ok()
|