Home
last modified time | relevance | path

Searched refs:setupMocks (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAssistDataRequesterTest.java159 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testRequestData()
169 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testEmptyActivities_expectNoCallbacks()
179 setupMocks(!CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testCurrentAppDisallow_expectNullCallbacks()
189 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testProcessPendingData()
225 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testNoFetchData_expectNoDataCallbacks()
235 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, !CALLER_ASSIST_STRUCTURE_ALLOWED, in testDisallowAssistStructure_expectNullDataCallbacks()
246 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testDisallowAssistContextExtras_expectNullDataCallbacks()
260 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testNoFetchScreenshots_expectNoScreenshotCallbacks()
271 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, in testDisallowAssistScreenshot_expectNullScreenshotCallback()
282 setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, !CALLER_ASSIST_STRUCTURE_ALLOWED, in testCanNotHandleReceivedData_expectNoCallbacks()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DWifiPermissionsUtilTest.java136 setupMocks(); in setupTestCase()
779 setupMocks(); in testCheckNetworkSetupWizard()
799 setupMocks(); in testCheckNetworkManagedProvisioning()
821 setupMocks(); in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()
849 setupMocks(); in testCheckSystemAlertWindowPermissionWithModeAllowedAppOps()
865 setupMocks(); in testIsDeviceOwnerByPackageName()
914 setupMocks(); in testIsDeviceOwnerByUid()
970 setupMocks(); in testIsProfileOwnerApp()
1316 private void setupMocks() throws Exception {
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallControllerTests.java765 setupMocks(true /* isExternalCall */); in testBindToService_IncludeExternal()
860 setupMocks(true /* isExternalCall */); in testBindToService_CarModeUI()
886 setupMocks(true /* isExternalCall */); in testNoBindToInvalidService_CarModeUI()
924 setupMocks(false /* isExternalCall */); in testBindToService_ThirdPartyApp()
967 setupMocks(false /* isExternalCall */, true); in testBindToService_NonUiSelfManaged()
994 setupMocks(false /* isExternalCall */); in testSanitizeContactName()
1036 setupMocks(true /* isExternalCall */); in testRandomAppRemovalWhenNotInCarMode()
1061 setupMocks(true /* isExternalCall */); in testCarmodeRebindHigherPriority()
1195 setupMocks(true /* isExternalCall */, true /* isSelfManaged*/); in testBindToService_SelfManagedCarModeUI()
1284 private void setupMocks(boolean isExternalCall) { in setupMocks() method in InCallControllerTests
[all …]
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DLocationPermissionCheckerTest.java105 private void setupMocks() throws Exception { in setupMocks() method in LocationPermissionCheckerTest
135 setupMocks(); in setupTestCase()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/util/concurrent/
H A DAndroidAsyncFutureTest.java48 public void setupMocks() { in setupMocks() method in AndroidAsyncFutureTest
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java220 private void setupMocks() throws Exception { in setupMocks() method in WifiConfigStoreTest
255 setupMocks(); in setUp()