Home | History | Annotate | Download | only in wifidirect

Lines Matching defs:manager

51     private WifiP2pManager manager;
78 manager = (WifiP2pManager) getSystemService(Context.WIFI_P2P_SERVICE);
79 channel = manager.initialize(this, getMainLooper(), null);
86 receiver = new WiFiDirectBroadcastReceiver(manager, channel, this);
128 if (manager != null && channel != null) {
136 Log.e(TAG, "channel or manager is null");
149 manager.discoverPeers(channel, new WifiP2pManager.ActionListener() {
179 manager.connect(channel, config, new ActionListener() {
199 manager.removeGroup(channel, new ActionListener() {
218 if (manager != null && !retryChannel) {
222 manager.initialize(this, getMainLooper(), this);
238 if (manager != null) {
247 manager.cancelConnect(channel, new ActionListener() {