HomeSort by relevance Sort by last modified time
    Searched defs:appId (Results 1 - 18 of 18) sorted by null

  /frameworks/base/services/java/com/android/server/pm/
PackageSetting.java 27 int appId;
44 appId = orig.appId;
53 + " " + name + "/" + appId + "}";
Settings.java 287 p.nativeLibraryPathString, p.appId, p.versionCode, p.pkgFlags);
304 if (p.appId == uid) {
313 p.appId = uid;
423 p.appId = origPackage.appId;
463 p.appId = sharedUser.userId;
475 p.appId = dis.appId;
490 addUserIdLPw(p.appId, p, name);
493 p.appId = newUserIdLPw(p)
    [all...]
PackageManagerService.java 746 ? UserHandle.getUid(packageUserId, ps.appId)
    [all...]
  /frameworks/base/core/java/android/os/
UserHandle.java 83 * @return whether the appId is the same for both uids
93 final int appId = getAppId(uid);
94 return appId >= Process.FIRST_ISOLATED_UID && appId <= Process.LAST_ISOLATED_UID;
103 final int appId = getAppId(uid);
104 return appId >= Process.FIRST_APPLICATION_UID && appId <= Process.LAST_APPLICATION_UID;
128 * Returns the uid that is composed from the userId and the appId.
131 public static final int getUid(int userId, int appId) {
133 return userId * PER_USER_RANGE + (appId % PER_USER_RANGE)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 45 int appId;
47 Connection(int connId, String address,int appId) {
50 this.appId = appId;
213 return getById(connection.appId);
229 if (connection.address.equals(address) && connection.appId == id)
247 List<Connection> getConnectionByApp(int appId) {
252 if (connection.appId == appId)
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 119 * 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/
DictionaryBackupAgent.java 165 int appId = cursor.getInt(COLUMN_APPID);
169 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId
223 String appid = null; local
227 if (st.hasMoreTokens()) appid = st.nextToken();
231 int appidInt = appid != null? Integer.parseInt(appid) : 0;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 600 int appId = UserHandle.getAppId(uid);
601 if (appId == Process.SYSTEM_UID || appId == Process.PHONE_UID || uid == 0) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 163 int appId = registerHealthAppNative(appConfig.getDataType(), halRole,
165 if (appId == -1) {
179 appInfo.mAppId = appId;
189 int appId = (mApps.get(appConfig)).mAppId;
190 if (!unregisterHealthAppNative(appId)) {
191 Log.e(TAG, "Failed to unregister application: id: " + appId);
201 int appId = (mApps.get(chan.mConfig)).mAppId;
202 chan.mChannelId = connectChannelNative(devAddr, appId);
484 private void onAppRegistrationState(int appId, int state) {
486 msg.arg1 = appId;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 213 private static final String ATTR_APP_ID = "appId";
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 407 milliseconds