Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DUsersLiveData.kt53 val userChangeFilter = IntentFilter() in onActive() constant
54 userChangeFilter.addAction(Intent.ACTION_USER_ADDED) in onActive()
55 userChangeFilter.addAction(Intent.ACTION_USER_REMOVED) in onActive()
57 app.registerReceiver(mUserMonitor, userChangeFilter) in onActive()