OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intentStr
(Results
1 - 4
of
4
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BroadcastTestBase.java
72
protected boolean isIntentSupported(String
intentStr
) {
73
Intent intent = new Intent(
intentStr
);
77
Log.i(TAG, "No Activity found for the intent: " +
intentStr
);
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BroadcastTestBase.java
72
protected boolean isIntentSupported(String
intentStr
) {
73
Intent intent = new Intent(
intentStr
);
77
Log.i(TAG, "No Activity found for the intent: " +
intentStr
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java
567
String
intentStr
= null;
570
intentStr
= android.provider.MediaStore.ACTION_IMAGE_CAPTURE;
573
intentStr
= android.provider.MediaStore.ACTION_VIDEO_CAPTURE;
576
if (
intentStr
!= null) {
577
cameraIntent = new Intent(
intentStr
);
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java
[
all
...]
Completed in 729 milliseconds