Home
last modified time | relevance | path

Searched refs:MESSAGE_STATUS_RECEIVED_ACTION (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/permission2/src/android/permission2/cts/
DNoReceiveSmsPermissionTest.java40 private static final String MESSAGE_STATUS_RECEIVED_ACTION = field in NoReceiveSmsPermissionTest
69 filter.addAction(MESSAGE_STATUS_RECEIVED_ACTION); in testReceiveTextMessage()
90 new Intent(MESSAGE_STATUS_RECEIVED_ACTION), PendingIntent.FLAG_ONE_SHOT); in sendSMSToSelf()
118 } else if (MESSAGE_STATUS_RECEIVED_ACTION.equals(intent.getAction())) { in onReceive()