Home
last modified time | relevance | path

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

/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java42 private static final String ACTION_POST = "com.android.cts.robot.ACTION_POST"; field in NotificationBot
63 if (ACTION_POST.equals(intent.getAction())) { in onReceive()
64 Log.i(TAG, ACTION_POST); in onReceive()