Home
last modified time | relevance | path

Searched refs:contextForUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3068 Context contextForUser = getContextForUser(user); in createNoCredentialsPermissionNotification() local
3070 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT) in createNoCredentialsPermissionNotification()
3073 .setColor(contextForUser.getColor( in createNoCredentialsPermissionNotification()
5286 Context contextForUser = getContextForUser(new UserHandle(userId));
5291 contextForUser.getText(R.string.notification_title).toString();
5293 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT)
5296 .setColor(contextForUser.getColor(
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3824 Context contextForUser = getContextForUser(user); in installHandleTooManyDeletesNotification() local
3826 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT) in installHandleTooManyDeletesNotification()
3830 .setColor(contextForUser.getColor( in installHandleTooManyDeletesNotification()
3832 .setContentTitle(contextForUser.getString( in installHandleTooManyDeletesNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4602 Context contextForUser = context; in getPackageManagerForUser() local
4608 contextForUser = in getPackageManagerForUser()
4616 return contextForUser.getPackageManager(); in getPackageManagerForUser()