Searched refs:mInstanceName (Results 1 – 3 of 3) sorted by relevance
50 private String mInstanceName; field in WifiP2pDnsSdServiceResponse116 return mInstanceName; in getInstanceName()139 if (mInstanceName != null) { in toString()140 sbuf.append(" InsName:").append(mInstanceName); in toString()205 mInstanceName = rData.substring(0, in parse()
1357 private String mInstanceName; field in BatteryService.HealthServiceWrapper1413 mInstanceName = name; in init()1419 if (mInstanceName == null || newService == null) { in init()1424 mCallback.onRegistration(null, newService, mInstanceName); in init()1431 IHealth.kInterfaceName, mInstanceName, mNotification); in init()1435 Slog.i(TAG, "health: HealthServiceWrapper listening to instance " + mInstanceName); in init()1480 if (!mInstanceName.equals(instanceName)) return; in onRegistration()1488 IHealth newService = mHealthSupplier.get(mInstanceName); in onRegistration()1494 Slog.i(TAG, "health: new instance registered " + mInstanceName); in onRegistration()1495 mCallback.onRegistration(oldService, newService, mInstanceName); in onRegistration()[all …]
46600 Landroid/net/wifi/p2p/nsd/WifiP2pDnsSdServiceResponse;->mInstanceName:Ljava/lang/String;