Searched refs:BROADCAST_INTENT (Results 1 – 10 of 10) sorted by relevance
70 new IntentFilter(Utils.BROADCAST_INTENT + testCaseType.toString())); in registerBroadcastReceiver()136 Utils.BROADCAST_INTENT + AlarmClockTestBase.this.mTestCaseType.toString())) { in onReceive()139 Utils.BROADCAST_INTENT + AlarmClockTestBase.this.mTestCaseType + in onReceive()
77 new IntentFilter(Utils.BROADCAST_INTENT + testCaseType.toString())); in registerBroadcastReceiver()96 Utils.BROADCAST_INTENT + in onReceive()
30 public static final String BROADCAST_INTENT = field in Utils
32 public static final String BROADCAST_INTENT = field in Utils
57 mContext.registerReceiver(mReceiver, new IntentFilter(Utils.BROADCAST_INTENT)); in setUp()145 if (intent.getAction().equalsIgnoreCase(Utils.BROADCAST_INTENT)) { in onReceive()
41 public static final String BROADCAST_INTENT = "android.intent.action.VOICE_TESTAPP"; field in Utils
31 public static final String BROADCAST_INTENT = ACTION_PREFIX + "ASSIST_TESTAPP"; field in Utils
106 Intent broadcastIntent = new Intent(Utils.BROADCAST_INTENT + mTestType.toString()); in onTaskFinished()
122 Intent broadcastIntent = new Intent(Utils.BROADCAST_INTENT + mTestType.toString()); in onTaskFinished()
136 Intent intent = new Intent(Utils.BROADCAST_INTENT); in broadcastResults()