Home
last modified time | relevance | path

Searched defs:TEST_CREATOR_NAME (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java101 private static final String TEST_CREATOR_NAME = "com.wificonfigmanager.creator"; field in WifiConfigManagerTest
1429 result.getNetworkId(), false, TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testEnableDisableNetwork() local
1439 result.getNetworkId(), TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testEnableDisableNetwork() local
1488 result.getNetworkId(), true, TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testDisableNetworkFailedDueToPermissionDenied() local
1495 result.getNetworkId(), TEST_UPDATE_UID, TEST_CREATOR_NAME)); in testDisableNetworkFailedDueToPermissionDenied() local
1606 result.getNetworkId() + 1, false, TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testChangeConfigurationWithInvalidNetworkId() local
1608 result.getNetworkId() + 1, TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testChangeConfigurationWithInvalidNetworkId() local
3535 result.getNetworkId(), true, TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testLastSelectedNetwork() local
3541 result.getNetworkId(), TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testLastSelectedNetwork() local
3547 result.getNetworkId(), true, TEST_CREATOR_UID, TEST_CREATOR_NAME)); in testLastSelectedNetwork() local
[all …]
DNetworkListStoreDataTest.java63 private static final String TEST_CREATOR_NAME = "CreatorName"; field in NetworkListStoreDataTest
DWifiConfigStoreTest.java71 private static final String TEST_CREATOR_NAME = "CreatorName"; field in WifiConfigStoreTest