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.java3042 Context contextForUser = getContextForUser(user); in createNoCredentialsPermissionNotification() local
3044 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT) in createNoCredentialsPermissionNotification()
3047 .setColor(contextForUser.getColor( in createNoCredentialsPermissionNotification()
5268 Context contextForUser = getContextForUser(new UserHandle(userId));
5273 contextForUser.getText(R.string.notification_title).toString();
5275 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT)
5278 .setColor(contextForUser.getColor(
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3889 Context contextForUser = getContextForUser(user); in installHandleTooManyDeletesNotification() local
3891 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT) in installHandleTooManyDeletesNotification()
3895 .setColor(contextForUser.getColor( in installHandleTooManyDeletesNotification()
3897 .setContentTitle(contextForUser.getString( in installHandleTooManyDeletesNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5533 Context contextForUser = context; in getPackageManagerForUser() local
5539 contextForUser = in getPackageManagerForUser()
5547 return contextForUser.getPackageManager(); in getPackageManagerForUser()