Home
last modified time | relevance | path

Searched defs:actionName (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DQuietModeHostsideTest.java172 private void verifyBroadcastSent(String actionName, boolean needPermissions) in verifyBroadcastSent()
193 private String buildReceivedBroadcastRegex(String actionName, String className) { in buildReceivedBroadcastRegex()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java318 String actionName = forWrite ? CAN_OPEN_FILE_FOR_WRITE_QUERY : CAN_OPEN_FILE_FOR_READ_QUERY; in canOpenFileAs() local
354 String actionName = IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_READ; in isFileDescriptorRedacted() local
366 String actionName = IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_WRITE; in canOpenRedactedUriForWrite() local
379 final String actionName = IS_URI_REDACTED_VIA_FILEPATH; in isFileOpenRedacted() local
389 final String actionName = QUERY_URI; in canQueryOnUri() local
541 String actionName = forWrite ? OPEN_FILE_FOR_WRITE_QUERY : OPEN_FILE_FOR_READ_QUERY; in openFileAs() local
1350 private static void launchTestApp(TestApp testApp, String actionName, in launchTestApp()
1380 private static void sendIntentToTestApp(TestApp testApp, String dirPath, String actionName, in sendIntentToTestApp()
1398 private static void sendIntentToTestApp(TestApp testApp, Uri uri, String actionName, in sendIntentToTestApp()
1416 TestApp testApp, String dirPath, String actionName) throws Exception { in getMetadataFromTestApp()
[all …]
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java330 String actionName = getContext().getPackageName() + ".open_file"; in openFileAs() local
339 private static Bundle getFromTestApp(TestApp testApp, String dirPath, String actionName) in getFromTestApp()
358 private static void sendIntentToTestApp(TestApp testApp, String dirPath, String actionName, in sendIntentToTestApp()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java125 CommandReceiver(@NonNull String actionName, in CommandReceiver()
517 final String actionName = getCommandActionName(mSettings.getEventCallbackActionName()); in onCreate() local
DMockImeSession.java124 MockImeEventReceiver(@NonNull String actionName) { in MockImeEventReceiver()