Searched refs:ACTION_USER_INITIALIZE (Results 1 – 2 of 2) 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()
46 } else if(action.equals(Intent.ACTION_USER_INITIALIZE)) { in onReceive()