Searched refs:mReceiverAction (Results 1 – 1 of 1) sorted by relevance
74 private String mReceiverAction; field in NotificationTrampolineTestService81 mReceiverAction = getPackageName() + RECEIVER_ACTION; in onCreate()123 registerReceiver(mReceiver, new IntentFilter(mReceiverAction), in handleMessage()125 Intent intent = new Intent(mReceiverAction); in handleMessage()