Searched refs:getContextAsUser (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NetworkStack/src/com/android/networkstack/ |
D | NetworkStackNotifier.java | 115 mNotificationManager = getContextAsUser(mContext, UserHandle.ALL) in NetworkStackNotifier() 247 getContextAsUser(mContext, UserHandle.CURRENT), in updateNotifications() 259 getContextAsUser(mContext, UserHandle.CURRENT), in updateNotifications() 297 private static Context getContextAsUser(Context baseContext, UserHandle user) { in getContextAsUser() method in NetworkStackNotifier
|
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/ |
D | SafetyCenterNotificationFactory.java | 23 …rt static com.android.safetycenter.notifications.SafetyCenterNotificationChannels.getContextAsUser; 192 Context userContext = getContextAsUser(mContext, userHandle); in newSafetyCenterPendingIntent() 215 Context userContext = getContextAsUser(mContext, UserHandle.of(userId)); in newSafetyCenterPendingIntent()
|
D | SafetyCenterNotificationChannels.java | 61 Context contextAsUser = getContextAsUser(baseContext, userHandle); in getNotificationManagerForUser() 76 static Context getContextAsUser(Context baseContext, UserHandle userHandle) { in getContextAsUser() method in SafetyCenterNotificationChannels
|