Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java74 private String mReceiverAction; field in NotificationTrampolineTestService
81 mReceiverAction = getPackageName() + RECEIVER_ACTION; in onCreate()
123 registerReceiver(mReceiver, new IntentFilter(mReceiverAction), in handleMessage()
125 Intent intent = new Intent(mReceiverAction); in handleMessage()