Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java1555 final int creatorUid, final boolean hasAutomotiveFeature,
1562 nc, hasAutomotiveFeature, deps, authenticator)) {
1568 @NonNull final NetworkCapabilities nc, final boolean hasAutomotiveFeature,
1586 if (hasAutomotiveFeature) return true;
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java479 private static boolean hasAutomotiveFeature(Context context) { in hasAutomotiveFeature() method in WifiApConfigStore
530 if (hasAutomotiveFeature(context)) { in generateLocalOnlyHotspotConfig()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java14556 final boolean hasAutomotiveFeature) throws Exception {
14557 mockHasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE, hasAutomotiveFeature);
17708 private void validateAutomotiveEthernetAllowedUids(final boolean hasAutomotiveFeature)
17710 mockHasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE, hasAutomotiveFeature);
17738 if (mDeps.isAtLeastT() && hasAutomotiveFeature) {