Searched refs:ACTION_EDIT (Results 1 – 16 of 16) sorted by relevance
61 actionExecutor.startSharedTransition(Intent(Intent.ACTION_EDIT), UserHandle.CURRENT, true) in <lambda>()68 assertThat(intentCaptor.value.action).isEqualTo(Intent.ACTION_EDIT) in <lambda>()
66 val intent = Intent(Intent.ACTION_EDIT).apply { flags = Intent.FLAG_ACTIVITY_NEW_TASK } in launchIntent_callsCloseSystemWindows()
121 assertThat(intentCaptor.firstValue.action).isEqualTo(Intent.ACTION_EDIT) in <lambda>()
129 assertThatIntent(output).hasAction(Intent.ACTION_EDIT) in testCreateEdit()
71 Intent editIntent = new Intent(Intent.ACTION_EDIT); in getImageEditIntent()
78 val editIntent = Intent(Intent.ACTION_EDIT) in createEdit()
228 case Intent.ACTION_EDIT: in typeFromIntentString()
287 EDIT(Intent.ACTION_EDIT,
80 assertEquals(Intent.ACTION_EDIT, intent.getAction()); in test_getImageEditIntent()
546 .addAction(Intent.ACTION_EDIT)566 .addAction(Intent.ACTION_EDIT)
356 Intent intent = new Intent(Intent.ACTION_EDIT); in doEdit()
20 import static android.content.Intent.ACTION_EDIT;221 customIntent.setAction(ACTION_EDIT); in testCustomIntentPreservedOnRelaunch()
762 public static final String ACTION_EDIT = "android.intent.action.EDIT"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7615 field public static final java.lang.String ACTION_EDIT = "android.intent.action.EDIT";
11178 field public static final String ACTION_EDIT = "android.intent.action.EDIT";