HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_ACTION (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintErrorFragment.java 40 private static final String EXTRA_ACTION = "EXTRA_ACTION";
49 arguments.putInt(EXTRA_ACTION, action);
74 final int action = getArguments().getInt(EXTRA_ACTION);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
Common.java 43 static final String EXTRA_ACTION = "com.android.cts.net.hostside.app2.extra.ACTION";
MyBroadcastReceiver.java 27 import static com.android.cts.net.hostside.app2.Common.EXTRA_ACTION;
227 final String action = intent.getStringExtra(EXTRA_ACTION);
229 Log.e(TAG, "Missing extra '" + EXTRA_ACTION + "' on " + intent);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 72 protected static final String EXTRA_ACTION = "action";
82 intent.putExtra(EXTRA_ACTION, action);
121 final Action action = intent.getParcelableExtra(EXTRA_ACTION);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 136 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION);
AdapterService.java 114 public static final String EXTRA_ACTION="action";
795 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED);
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 69 private static final String EXTRA_ACTION = "com.android.cts.net.hostside.app2.extra.ACTION";
175 intent.putExtra(EXTRA_ACTION, ACTION_RESTRICT_BACKGROUND_CHANGED);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 161 protected static final String EXTRA_ACTION = "action";
429 intent.putExtra(EXTRA_ACTION, action);
470 intent.putExtra(EXTRA_ACTION, action);
543 action = savedState.getInt(EXTRA_ACTION, COMPOSE);
564 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE);
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 69 private static final String EXTRA_ACTION="action";
    [all...]

Completed in 1632 milliseconds