Home
last modified time | relevance | path

Searched refs:mIsPersistent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/featureflags/
DFeatureFlagPreference.java27 private final boolean mIsPersistent; field in FeatureFlagPreference
34 mIsPersistent = FeatureFlagPersistent.isPersistent(key); in FeatureFlagPreference()
36 if (mIsPersistent) { in FeatureFlagPreference()
47 if (mIsPersistent) { in setChecked()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImplTest.java173 final boolean mIsPersistent = false; field in SupplicantP2pIfaceHalAidlImplTest
1326 eq(mIsPersistent), in testGroupAddWithConfigSuccess()
1332 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigSuccess()
1341 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigSuccess()
1347 eq(mIsPersistent), in testGroupAddWithConfigSuccess()
1366 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_OR_R2, mIsPersistent, in testGroupAddWithConfigurationParamsSuccess()
1377 assertEquals(mIsPersistent, params.isPersistent); in testGroupAddWithConfigurationParamsSuccess()
1393 eq(mIsPersistent), in testGroupAddWithConfigFailure()
1398 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigFailure()
1404 eq(mIsPersistent), in testGroupAddWithConfigFailure()
[all …]
DSupplicantP2pIfaceHalHidlImplTest.java174 final boolean mIsPersistent = false; field in SupplicantP2pIfaceHalHidlImplTest
1357 eq(mIsPersistent), in testGroupAddWithConfigSuccess()
1364 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigSuccess()
1373 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigSuccess()
1378 eq(mIsPersistent), in testGroupAddWithConfigSuccess()
1396 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigFailure()
1401 eq(mIsPersistent), in testGroupAddWithConfigFailure()
1424 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigFailureV1_0()
1447 WifiP2pConfig.PCC_MODE_CONNECTION_TYPE_LEGACY_ONLY, mIsPersistent, in testGroupAddWithConfigException()
1452 eq(mIsPersistent), in testGroupAddWithConfigException()