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

  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 56 public static final int SMS_PICK = 2;
67 case SMS_PICK:
178 case SMS_PICK:
252 case SMS_PICK:
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 271 private static final int SMS_PICK = 2;
692 intent.putExtra(DIALOG_TYPE_KEY, SMS_PICK);
    [all...]

Completed in 415 milliseconds