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)) {
50 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);372 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
1935 sdFilter.addAction(Intent.ACTION_USER_STOPPED); in UninstallReceiver()1955 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
775 } else if (action.equals(Intent.ACTION_USER_STOPPED)) {945 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()
2606 public static final String ACTION_USER_STOPPED = field in Intent
5517 Intent intent = new Intent(Intent.ACTION_USER_STOPPED); in forceStopUserLocked()