Home
last modified time | relevance | path

Searched refs:getSystemInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointObjectFactory.java202 public SystemInfo getSystemInfo(Context context, WifiNative wifiNative) { in getSystemInfo() method in PasspointObjectFactory
H A DPasspointProvisioner.java108 mSystemInfo = objectFactory.getSystemInfo(context, wifiNative); in PasspointProvisioner()
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DConfigManager.h134 const SystemInfo &getSystemInfo() { in getSystemInfo() function
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DConfigManager.h132 const SystemInfo &getSystemInfo() { in getSystemInfo() function
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointProvisionerTest.java216 when(mObjectFactory.getSystemInfo(any(Context.class), any(WifiNative.class))).thenReturn( in setUp()