Home
last modified time | relevance | path

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

/cts/libs/deviceutil/src/android/cts/util/
DBroadcastTestBase.java72 protected boolean isIntentSupported(String intentStr) { in isIntentSupported() argument
73 Intent intent = new Intent(intentStr); in isIntentSupported()
77 Log.i(TAG, "No Activity found for the intent: " + intentStr); in isIntentSupported()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
DCameraIntentsActivity.java379 String intentStr = null; in onClick() local
382 intentStr = android.provider.MediaStore.ACTION_IMAGE_CAPTURE; in onClick()
385 intentStr = android.provider.MediaStore.ACTION_VIDEO_CAPTURE; in onClick()
388 if (intentStr != null) { in onClick()
389 cameraIntent = new Intent(intentStr); in onClick()