Searched refs:DppManager (Results 1 – 4 of 4) sorted by relevance
44 public class DppManager { class65 DppManager.this.onSuccessConfigReceived(newWifiConfiguration);72 DppManager.this.onSuccessConfigSent();79 DppManager.this.onProgress(dppStatusCode);86 DppManager.this.onFailure(dppStatusCode);91 DppManager(Looper looper, WifiNative wifiNative, WifiConfigManager wifiConfigManager, in DppManager() method in DppManager
154 private final DppManager mDppManager;345 mDppManager = new DppManager(mWifiCoreHandlerThread.getLooper(), mWifiNative, in WifiInjector()527 public DppManager getDppManager() { in getDppManager()
448 private final DppManager mDppManager;
85 DppManager mDppManager;135 private DppManager createDppManager() { in createDppManager()136 DppManager dppManger = new DppManager(mLooper.getLooper(), mWifiNative, mWifiConfigManager, in createDppManager()