HomeSort by relevance Sort by last modified time
    Searched defs:actionType (Results 1 - 14 of 14) sorted by null

  /packages/experimental/PrintService/src/foo/bar/printservice/
MyDialogActivity.java 28 final int actionType = getIntent().getIntExtra(MyPrintService.INTENT_EXTRA_ACTION_TYPE,
31 if (actionType == MyPrintService.ACTION_TYPE_ON_PRINT_JOB_PENDING) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 141 ActionKey<ActionType, ActionBehavior> actionKey = new ActionKey<ActionType, ActionBehavior>(
142 ActionType.class, ActionBehavior.class, action.getKey());
143 ActionType actionType = actionKey.getType();
147 onInit(actionType, action);
150 onOk(actionType);
153 onCancel(actionType);
156 onOn(actionType);
159 onOff(actionType);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 62 String actionType = intent.getAction();
66 if (actionType.equals(Stopwatches.START_STOPWATCH)) {
74 } else if (actionType.equals(Stopwatches.LAP_STOPWATCH)) {
83 } else if (actionType.equals(Stopwatches.STOP_STOPWATCH)) {
91 } else if (actionType.equals(Stopwatches.RESET_STOPWATCH)) {
96 } else if (actionType.equals(Stopwatches.RESET_AND_LAUNCH_STOPWATCH)) {
102 } else if (actionType.equals(Stopwatches.SHARE_STOPWATCH)) {
113 } else if (actionType.equals(Stopwatches.SHOW_NOTIF)) {
119 } else if (actionType.equals(Stopwatches.KILL_NOTIF)) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 52 String actionType = intent.getAction();
54 if (Timers.NOTIF_IN_USE_CANCEL.equals(actionType)) {
67 if (Timers.NOTIF_IN_USE_SHOW.equals(actionType)) {
70 } else if (Timers.NOTIF_TIMES_UP_SHOW.equals(actionType)) {
73 } else if (Timers.NOTIF_TIMES_UP_CANCEL.equals(actionType)) {
88 Log.d(TAG, "OnReceive:intent without Timer data for " + actionType);
93 if (Timers.TIMES_UP.equals(actionType)) {
121 } else if (Timers.TIMER_RESET.equals(actionType)
122 || Timers.DELETE_TIMER.equals(actionType)
123 || Timers.TIMER_DONE.equals(actionType)) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 

Completed in 1393 milliseconds