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

  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 78 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
92 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
106 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
120 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
134 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
SendTestMessages.java     [all...]
  /frameworks/native/include/binder/
AppOpsManager.h 55 OP_RECEIVE_EMERGECY_SMS = 17,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellBroadcastHandler.java 86 appOp = AppOpsManager.OP_RECEIVE_EMERGECY_SMS;
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 138 AppOpsManager.OP_RECEIVE_EMERGECY_SMS,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 148 public static final int OP_RECEIVE_EMERGECY_SMS = 17;
    [all...]

Completed in 407 milliseconds