Searched refs:intentStr (Results 1 – 2 of 2) sorted by relevance
72 protected boolean isIntentSupported(String intentStr) { in isIntentSupported() argument73 Intent intent = new Intent(intentStr); in isIntentSupported()77 Log.i(TAG, "No Activity found for the intent: " + intentStr); in isIntentSupported()
379 String intentStr = null; in onClick() local382 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()