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.java3041 Context contextForUser = getContextForUser(user); in createNoCredentialsPermissionNotification() local
3043 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT) in createNoCredentialsPermissionNotification()
3046 .setColor(contextForUser.getColor( in createNoCredentialsPermissionNotification()
5262 Context contextForUser = getContextForUser(new UserHandle(userId));
5267 contextForUser.getText(R.string.notification_title).toString();
5269 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT)
5272 .setColor(contextForUser.getColor(
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3830 Context contextForUser = getContextForUser(user); in installHandleTooManyDeletesNotification() local
3832 new Notification.Builder(contextForUser, SystemNotificationChannels.ACCOUNT) in installHandleTooManyDeletesNotification()
3836 .setColor(contextForUser.getColor( in installHandleTooManyDeletesNotification()
3838 .setContentTitle(contextForUser.getString( in installHandleTooManyDeletesNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4446 Context contextForUser = context; in getPackageManagerForUser() local
4452 contextForUser = in getPackageManagerForUser()
4460 return contextForUser.getPackageManager(); in getPackageManagerForUser()