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

  /frameworks/base/services/core/java/com/android/server/am/
StrictModeViolationDialog.java 35 static final int ACTION_OK = 0;
68 mHandler.obtainMessage(ACTION_OK));
81 mHandler.obtainMessage(ACTION_OK),
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrMissingStorageErrorFragment.java 34 private static final int ACTION_OK = 1;
55 .id(ACTION_OK)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
SummaryNotConnectedState.java 71 private static final int ACTION_OK = 100001;
105 if (action.getId() == ACTION_OK) {

Completed in 2122 milliseconds