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

  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/
SelectionEventTest.java 44 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_RESET);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
MotionEventQueue.java 50 private static final int ACTION_RESET =
157 case ACTION_RESET:
223 queueVirtualAction(ACTION_RESET, 0);
  /frameworks/base/core/java/android/view/textclassifier/
SelectionEvent.java 44 ACTION_OTHER, ACTION_SELECT_ALL, ACTION_RESET})
77 public static final int ACTION_RESET = 201;
83 ACTION_OTHER, ACTION_SELECT_ALL, ACTION_RESET,
350 case SelectionEvent.ACTION_RESET: // fall through
SelectionSessionLogger.java 119 case SelectionEvent.ACTION_RESET:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 119 private static final String ACTION_RESET = "reset";
338 && ACTION_RESET.equals(mServiceStateTestIntent.getStringExtra(EXTRA_ACTION))) {
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 102 public static final String ACTION_RESET = "com.android.credentials.RESET";
134 if (ACTION_RESET.equals(action)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 36 #define ACTION_RESET 2
234 /* action in (ACTION_RESET, ACTION_FINALIZE) */
246 if (action == ACTION_RESET) {
460 pysqlite_do_all_statements(self, ACTION_RESET, 0);
506 pysqlite_do_all_statements(self, ACTION_RESET, 1);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 36 #define ACTION_RESET 2
237 /* action in (ACTION_RESET, ACTION_FINALIZE) */
249 if (action == ACTION_RESET) {
515 pysqlite_do_all_statements(self, ACTION_RESET, 1);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 36 #define ACTION_RESET 2
204 /* action in (ACTION_RESET, ACTION_FINALIZE) */
217 if (action == ACTION_RESET) {
462 pysqlite_do_all_statements(self, ACTION_RESET, 1);
    [all...]
  /frameworks/base/core/java/android/widget/
SelectionActionModeHelper.java 598 SelectionEvent.ACTION_RESET, null /* classification */);
    [all...]

Completed in 371 milliseconds