Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 93) sorted by relevance

1234

/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java76 final String action = intent.getAction(); in onReceive() local
103 private void increaseCounter(Context context, String action) { in increaseCounter()
110 private int getCounter(Context context, String action, String receiverName) { in getCounter()
213 final String action = intent.getStringExtra(EXTRA_ACTION); in setResultDataFromCounter() local
237 final Action action = new Action.Builder( in sendNotification() local
/cts/suite/audio_quality/test/
DTaskCaseCommon.h31 inline TaskCase* getTaskCase(TaskGeneric*& setup, TaskGeneric*& action) in getTaskCase()
DTaskProcessTest.cpp29 TaskGeneric* action = NULL; in SetUp() local
DTaskSequentialTest.cpp26 TaskGeneric* action = NULL; in SetUp() local
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedUpdateTest.java135 private void assertFilterPriority(ComponentName component, String action, int priority) { in assertFilterPriority()
139 ComponentName component, String action, String data, int priority) { in assertFilterPriority()
/cts/tests/tests/view/src/android/view/cts/
DContentPaneFocusTest.java51 ActionBar action = activity.getActionBar(); in testAccessActionBar() local
126 private void sendControlKey(int action) throws Throwable { in sendControlKey()
DViewGroupCtsActivity.java47 String action = getIntent().getAction(); in onResume() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DWorkStatusTestActivity.java53 String action = getIntent().getAction(); in onStart() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestActivity.java33 public void startActivity(String action) { in startActivity()
/cts/tests/app/src/android/app/cts/
DSearchManagerTest.java27 private void setupActivity(String action) { in setupActivity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DIGnssTestStateContainer.java53 int executeActivity(String action) throws InterruptedException; in executeActivity()
/cts/tests/tests/widget/src/android/widget/cts/
DViewGroupCtsActivity.java47 String action = getIntent().getAction(); in onResume() local
/cts/tests/tests/permission/src/android/permission/cts/
DNoBroadcastPackageRemovedPermissionTest.java98 private Intent createIntent(String action) { in createIntent()
/cts/tests/app/app/src/android/app/stubs/
DMockAlarmReceiver.java41 final String action = intent.getAction(); in onReceive() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DISensorTestStateContainer.java58 int executeActivity(String action) throws InterruptedException; in executeActivity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockConditionProvider.java124 private static void sendCommand(Context context, String action, String tag, int code) { in sendCommand()
167 private static void requestConnected(Context context, String action, in requestConnected()
182 private static void requestParcelableListResult(Context context, String action, in requestParcelableListResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DGoNegRespTestCase.java85 String action = intent.getAction(); in onReceive() local
/cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/
DWifiConfigCreatorActivity.java47 String action = intent.getAction(); in onCreate() local
/cts/tests/tests/media/src/android/media/cts/
DScannerNotificationReceiver.java35 ScannerNotificationReceiver(String action) { in ScannerNotificationReceiver()
/cts/tests/tests/content/src/android/content/cts/
DImageCaptureActivity.java41 String action = intent.getAction(); in onCreate() local
/cts/tests/tests/util/src/android/util/cts/
DRangeTest.java149 private static <T, T2> void assertAction(String action, T object, T2 expected, in assertAction()
155 private static <T, T2> void assertAction(String action, T object, T2 needle, boolean expected, in assertAction()
/cts/tests/tests/assist/src/android/assist/cts/
DAssistStructureTest.java106 String action = intent.getAction(); in onReceive() local
DFlagSecureTest.java98 String action = intent.getAction(); in onReceive() local
DFocusChangeTest.java104 String action = intent.getAction(); in onReceive() local
DLargeViewHierarchyTest.java101 String action = intent.getAction(); in onReceive() local

1234