Searched refs:appId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java159 int appId = registerHealthAppNative(appConfig.getDataType(), halRole,
161 if (appId == -1) {
175 appInfo.mAppId = appId;
185 int appId = (mApps.get(appConfig)).mAppId;
186 if (!unregisterHealthAppNative(appId)) {
187 Log.e(TAG, "Failed to unregister application: id: " + appId);
197 int appId = (mApps.get(chan.mConfig)).mAppId;
198 chan.mChannelId = connectChannelNative(devAddr, appId);
473 private void onAppRegistrationState(int appId, int state) { argument
475 msg.arg1 = appId;
480 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument
513 findAppConfigByAppId(int appId) argument
838 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument
876 unregisterHealthAppNative(int appId) argument
877 connectChannelNative(byte[] btAddress, int appId) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DIntentHandler.java119 * 2-phone) Reuse tab with same appId
122 final String appId = intent
131 && (appId != null)
132 && appId.startsWith(mActivity.getPackageName())) {
133 Tab appTab = mTabControl.getTabFromAppId(appId);
141 && !mActivity.getPackageName().equals(appId)) {
144 Tab appTab = mTabControl.getTabFromAppId(appId);
155 appTab.setAppId(appId);
168 tab.setAppId(appId);
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java165 int appId = cursor.getInt(COLUMN_APPID);
169 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId

Completed in 77 milliseconds