Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java394 final String testAction = "com.android.connectivity.coverage.TEST_DIALOG"; in testNotifyNoInternetAsDialogWhenHighPriority() local
395 final Intent intent = new Intent(testAction) in testNotifyNoInternetAsDialogWhenHighPriority()
409 new UiSelector().text(testAction)); in testNotifyNoInternetAsDialogWhenHighPriority()
/aosp12/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1149 int testAction = action < Integer.MAX_VALUE ? (int) action : 0; in getRccFlagForAction()
1150 switch (testAction) { in getRccFlagForAction()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java2127 public CbTestBroadcastReceiver(String testAction) { in CbTestBroadcastReceiver() argument
2128 mTestAction = testAction; in CbTestBroadcastReceiver()