Home
last modified time | relevance | path

Searched defs:mockResources (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DPasspointWifiEntryTest.java157 Resources mockResources = mock(Resources.class); in testGetSummary_connectedWifiNetwork_showsConnected() local
197 Resources mockResources = mock(Resources.class); in testGetSummary_providerModelConnectedButNotDefault_doesNotShowConnected() local
449 Resources mockResources = mock(Resources.class); in testDisconnect_noScansOrWifiConfig_disconnectIsSuccessful() local
DStandardWifiEntryTest.java654 final Resources mockResources = mock(Resources.class); in testGetSummary_connectedWifiNetwork_showsConnected() local
699 final Resources mockResources = mock(Resources.class); in testGetSummary_providerModelConnectedButNotDefault_doesNotShowConnected() local
778 final Resources mockResources = mock(Resources.class); in testGetSecurityString_pskAndSae_getWpaWpa2Wpa3Personal() local
808 final Resources mockResources = mock(Resources.class); in testGetSecurityString_connected_getConnectionSecurityType() local
856 final Resources mockResources = mock(Resources.class); in testGetSecurityString_eapAndEapWpa3_getWpaWpa2Wpa3Enterprise() local
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DReduceBrightColorsTintControllerTest.java40 final Resources mockResources = mock(Resources.class); in setUp() local
/frameworks/base/core/tests/coretests/src/android/content/pm/
DCrossProfileAppsTest.java81 public void mockResources() { in mockResources() method in CrossProfileAppsTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsInfoProviderTest.kt63 @Mock private lateinit var mockResources: Resources in eq() variable in com.google.android.systemui.globalactions.GlobalActionsInfoProviderTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1635 Resources mockResources = mContext.getResources(); in testSetPsNotifications() local
1667 Resources mockResources = mContext.getResources(); in testSetCsNotifications() local
1700 Resources mockResources = mContext.getResources(); in testSetCsNormalNotifications() local
1732 Resources mockResources = mContext.getResources(); in testSetCsEmergencyNotifications() local
1766 Resources mockResources = mContext.getResources(); in testSetNotificationsForGroupedSubs() local
/frameworks/base/core/tests/coretests/src/android/os/
DVibrationEffectTest.java324 Resources mockResources = mock(Resources.class); in mockRingtoneResources() local
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
DAppIntegrityManagerServiceImplTest.java508 Resources mockResources = mock(Resources.class); in whitelistUsAsRuleProvider() local
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java426 Resources mockResources = mock(Resources.class); in createResources() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
DDexManagerTests.java146 Resources mockResources = ExtendedMockito.mock(Resources.class); in setup() local