Searched refs:ACTION_MESSAGE (Results 1 – 1 of 1) sorted by relevance
47 private static final String ACTION_MESSAGE = field in BroadcastMessenger79 final Intent i = new Intent(ACTION_MESSAGE + Objects.requireNonNull(broadcastSuffix)); in send()115 if (intent.getAction().equals(ACTION_MESSAGE + mBroadcastSuffix)149 final IntentFilter fi = new IntentFilter(ACTION_MESSAGE + mBroadcastSuffix); in Receiver()