Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointObjectFactory.java204 public SystemInfo getSystemInfo(Context context, WifiNative wifiNative) { in getSystemInfo() method in PasspointObjectFactory
DPasspointProvisioner.java108 mSystemInfo = objectFactory.getSystemInfo(context, wifiNative); in PasspointProvisioner()
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DConfigManager.h129 const SystemInfo& getSystemInfo() { in getSystemInfo() function
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.h125 const SystemInfo& getSystemInfo() { in getSystemInfo() function
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisionerTest.java216 when(mObjectFactory.getSystemInfo(any(Context.class), any(WifiNative.class))).thenReturn( in setUp()