Searched refs:ACTION_USER_INITIALIZE (Results 1 – 7 of 7) sorted by relevance
24 private static final String ACTION_USER_INITIALIZE = field in IntentCompatUtils33 return ACTION_USER_INITIALIZE != null && ACTION_USER_INITIALIZE.equals(action); in is_ACTION_USER_INITIALIZE()
116 if (toList(filter.actionsIterator()).contains(Intent.ACTION_USER_INITIALIZE)) { in onRegisterReceiverForAllUsers()187 Intent intent = new Intent(Intent.ACTION_USER_INITIALIZE); in testOnUserAdded()
49 } else if(action.equals(Intent.ACTION_USER_INITIALIZE)) { in onReceive()
88 Intent intent = new Intent(Intent.ACTION_USER_INITIALIZE); in converter_returnNull_whenNotInterested()
103 filter = new IntentFilter(Intent.ACTION_USER_INITIALIZE); in init()
131 filter.addAction(Intent.ACTION_USER_INITIALIZE); in registerReceiver()
750 filter = new IntentFilter(Intent.ACTION_USER_INITIALIZE); in sayHiToStatsd()