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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java175 appInfo.mAppId = appId;
185 int appId = (mApps.get(appConfig)).mAppId;
197 int appId = (mApps.get(chan.mConfig)).mAppId;
250 findAppConfigByAppId(channelStateEvent.mAppId);
516 if (appId == (e.getValue()).mAppId) {
780 private int mAppId; field in class:HealthService.AppInfo
785 mAppId = -1;
831 int mAppId; field in class:HealthService.ChannelStateEvent
840 mAppId = appId;
/packages/apps/Browser/src/com/android/browser/
H A DTab.java166 private String mAppId; field in class:Tab
1595 return mAppId;
1603 mAppId = id;
1731 if (mAppId != null) {
1732 mSavedState.putString(APPID, mAppId);
1755 mAppId = b.getString(APPID);

Completed in 640 milliseconds