Home
last modified time | relevance | path

Searched refs:userChangeFilter (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DUsersLiveData.kt57 val userChangeFilter = IntentFilter() regex
58 userChangeFilter.addAction(Intent.ACTION_USER_ADDED)
59 userChangeFilter.addAction(Intent.ACTION_USER_REMOVED)
61 app.registerReceiver(mUserMonitor, userChangeFilter)
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DPrivacyChipViewController.java259 IntentFilter userChangeFilter = new IntentFilter(Intent.ACTION_USER_FOREGROUND); in registerForUserChangeEvents() local
260 mBroadcastDispatcher.registerReceiver(mUserChangeReceiver, userChangeFilter, in registerForUserChangeEvents()