Searched defs:mAppId (Results 1 - 2 of 2) 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);
527 if (appId == (e.getValue()).mAppId) {
791 private int mAppId; field in class:HealthService.AppInfo
796 mAppId = -1;
842 int mAppId; field in class:HealthService.ChannelStateEvent
851 mAppId = appId;
/packages/apps/Browser/src/com/android/browser/
H A DTab.java163 private String mAppId; field in class:Tab
1495 return mAppId;
1503 mAppId = id;
1631 if (mAppId != null) {
1632 mSavedState.putString(APPID, mAppId);
1655 mAppId = b.getString(APPID);

Completed in 71 milliseconds