Searched refs:userChangeFilter (Results 1 – 1 of 1) sorted by relevance
53 val userChangeFilter = IntentFilter() in onActive() constant54 userChangeFilter.addAction(Intent.ACTION_USER_ADDED) in onActive()55 userChangeFilter.addAction(Intent.ACTION_USER_REMOVED) in onActive()57 app.registerReceiver(mUserMonitor, userChangeFilter) in onActive()