Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DIntentCompatUtils.java24 private static final String ACTION_USER_INITIALIZE = field in IntentCompatUtils
33 return ACTION_USER_INITIALIZE != null && ACTION_USER_INITIALIZE.equals(action); in is_ACTION_USER_INITIALIZE()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DUidPackageMapperTest.java116 if (toList(filter.actionsIterator()).contains(Intent.ACTION_USER_INITIALIZE)) { in onRegisterReceiverForAllUsers()
187 Intent intent = new Intent(Intent.ACTION_USER_INITIALIZE); in testOnUserAdded()
/packages/apps/Stk/src/com/android/stk/
DBootCompletedReceiver.java49 } else if(action.equals(Intent.ACTION_USER_INITIALIZE)) { in onReceive()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DMobileNetworkIntentConverterTest.java88 Intent intent = new Intent(Intent.ACTION_USER_INITIALIZE); in converter_returnNull_whenNotInterested()
/packages/services/Car/service/src/com/android/car/telemetry/
DUidPackageMapper.java103 filter = new IntentFilter(Intent.ACTION_USER_INITIALIZE); in init()
/packages/services/Car/tests/UserSwitchMonitorApp/src/com/google/android/car/userswitchmonitor/
DUserSwitchMonitorService.java131 filter.addAction(Intent.ACTION_USER_INITIALIZE); in registerReceiver()
/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsCompanionService.java750 filter = new IntentFilter(Intent.ACTION_USER_INITIALIZE); in sayHiToStatsd()