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;
68 case SMS_PICK:
179 case SMS_PICK:
253 case SMS_PICK:
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 252 private static final int SMS_PICK = 2;
660 intent.putExtra(DIALOG_TYPE_KEY, SMS_PICK);
    [all...]

Completed in 124 milliseconds