Home
last modified time | relevance | path

Searched defs:actionId (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/app/test-apps/TestComponentCallerApp/src/android/app/cts/testcomponentcaller/
DTestInitialCallerActivity.java63 int actionId = intent.getIntExtra(TEST_ACTION_ID, -1); in performTest() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySystemActionTest.java196 private void assertPerformGlobalAction(int actionId, String pendingIntent) { in assertPerformGlobalAction()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java118 public void onPerformDirectAction(String actionId, Bundle arguments, in onPerformDirectAction()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java298 protected View createUserItem(ViewGroup parent, int actionId, int messageId, in createUserItem()
335 protected View createUserAndPassFailItem(ViewGroup parent, int actionId, int stringId) { in createUserAndPassFailItem()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java88 int actionId = 2; in testDefaultMethods() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewReceiveContentTest.java832 private boolean triggerContextMenuAction(final int actionId) { in triggerContextMenuAction()
/cts/tests/tests/app/src/android/app/cts/
DComponentCallerTest.java1910 int actionId = resultIntent.getIntExtra(SET_RESULT_ACTION_ID, -1); in buildResultIntent() local