Searched refs:ACTION_USER_STOPPED (Results 1 – 7 of 7) sorted by relevance
110 userFilter.addAction(Intent.ACTION_USER_STOPPED); in UsbService()121 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
49 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);371 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
1916 sdFilter.addAction(Intent.ACTION_USER_STOPPED); in UninstallReceiver()1936 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
719 } else if (action.equals(Intent.ACTION_USER_STOPPED)) {888 filter.addAction(Intent.ACTION_USER_STOPPED); in onStart()
145 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {247 userFilter.addAction(Intent.ACTION_USER_STOPPED); in registerBroadcastReceiver()
2551 public static final String ACTION_USER_STOPPED = field in Intent
5690 Intent intent = new Intent(Intent.ACTION_USER_STOPPED); in forceStopUserLocked()