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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 41 public static final int MODE_PHONE = 4;
231 case MODE_PHONE: return "phone";
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationAttentionManagementVerifierActivity.java 63 private static final int MODE_PHONE = 2;
213 } else if (mode == MODE_PHONE) {
449 sendNotifications(MODE_PHONE, true, false);
483 sendNotifications(MODE_PHONE, true, false);
604 sendNotifications(MODE_PHONE, false, false);
    [all...]

Completed in 106 milliseconds