HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_ACTION (Results 1 - 6 of 6) 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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 137 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION);
AdapterService.java 103 public static final String EXTRA_ACTION="action";
594 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_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...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 68 private static final String EXTRA_ACTION="action";
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java     [all...]

Completed in 317 milliseconds