Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java115 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/
DSafetyCenterNotificationFactory.java23 …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()
DSafetyCenterNotificationChannels.java61 Context contextAsUser = getContextAsUser(baseContext, userHandle); in getNotificationManagerForUser()
76 static Context getContextAsUser(Context baseContext, UserHandle userHandle) { in getContextAsUser() method in SafetyCenterNotificationChannels