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

  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 300 startService(new Intent(TransactionService.ACTION_ENABLE_AUTO_RETRIEVE, null, this,
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 105 public static final String ACTION_ENABLE_AUTO_RETRIEVE
106 = "android.intent.action.ACTION_ENABLE_AUTO_RETRIEVE";
207 if (ACTION_ONALARM.equals(action) || ACTION_ENABLE_AUTO_RETRIEVE.equals(action) ||
    [all...]

Completed in 4059 milliseconds