Searched defs:mAppId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java179 appInfo.mAppId = appId;
189 int appId = (mApps.get(appConfig)).mAppId;
201 int appId = (mApps.get(chan.mConfig)).mAppId;
251 findAppConfigByAppId(channelStateEvent.mAppId);
533 if (appId == (e.getValue()).mAppId) {
813 private int mAppId; field in class:HealthService.AppInfo
818 mAppId = -1;
864 int mAppId; field in class:HealthService.ChannelStateEvent
873 mAppId = appId;

Completed in 34 milliseconds