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

1 2

  /external/chromium_org/chrome/browser/extensions/
external_component_loader.cc 33 std::string appId = extension_misc::kInAppPaymentsSupportAppId;
34 prefs_->SetString(appId + ".external_update_url",
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSetting.java 28 int appId;
48 appId = orig.appId;
57 + " " + name + "/" + appId + "}";
Settings.java 376 p.appId, p.versionCode, p.pkgFlags);
394 if (p.appId == uid) {
404 p.appId = uid;
533 p.appId = origPackage.appId;
579 p.appId = sharedUser.userId;
591 p.appId = dis.appId;
606 addUserIdLPw(p.appId, p, name);
609 p.appId = newUserIdLPw(p)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Subscription.java 48 public String appId;
79 + ", appId = " + appId
90 && ((TextUtils.isEmpty(appId) && TextUtils.isEmpty(sub.appId))
91 || TextUtils.equals(appId, sub.appId))
107 * Return true if the appIndex, appId, appLabel and iccId are matching.
118 + ":" + appId
123 + ":" + sub.appId
    [all...]
SmsUsageMonitor.java 600 int appId = UserHandle.getAppId(uid);
601 if (appId == Process.SYSTEM_UID || appId == Process.PHONE_UID || uid == 0) {
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 359 std::string appId = "iladmdjkfniedhfhcfoefgojhgaiaccc";
364 WebstorePrivateApi::PopApprovalForTesting(browser()->profile(), appId);
365 EXPECT_EQ(appId, approval->extension_id);
  /frameworks/base/core/java/android/os/
UserHandle.java 89 * @return whether the appId is the same for both uids
99 final int appId = getAppId(uid);
100 return appId >= Process.FIRST_ISOLATED_UID && appId <= Process.LAST_ISOLATED_UID;
109 final int appId = getAppId(uid);
110 return appId >= Process.FIRST_APPLICATION_UID && appId <= Process.LAST_APPLICATION_UID;
146 * Returns the uid that is composed from the userId and the appId.
149 public static final int getUid(int userId, int appId) {
151 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;
228 return getById(connection.appId);
244 if (connection.address.equals(address) && connection.appId == id)
262 List<Connection> getConnectionByApp(int appId) {
267 if (connection.appId == appId)
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 126 * 2-phone) Reuse tab with same appId
129 final String appId = intent
138 && (appId != null)
139 && appId.startsWith(mActivity.getPackageName())) {
140 Tab appTab = mTabControl.getTabFromAppId(appId);
148 && !mActivity.getPackageName().equals(appId)) {
151 Tab appTab = mTabControl.getTabFromAppId(appId);
162 appTab.setAppId(appId);
175 tab.setAppId(appId);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 169 int appId = cursor.getInt(COLUMN_APPID);
173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId
228 String appid = null; local
232 if (st.hasMoreTokens()) appid = st.nextToken();
236 int appidInt = appid != null? Integer.parseInt(appid) : 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 166 int appId = registerHealthAppNative(appConfig.getDataType(), halRole,
168 if (appId == -1) {
182 appInfo.mAppId = appId;
192 int appId = (mApps.get(appConfig)).mAppId;
193 if (!unregisterHealthAppNative(appId)) {
194 Log.e(TAG, "Failed to unregister application: id: " + appId);
204 int appId = (mApps.get(chan.mConfig)).mAppId;
205 chan.mChannelId = connectChannelNative(devAddr, appId);
487 private void onAppRegistrationState(int appId, int state) {
489 msg.arg1 = appId;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 544 int appId = UserHandle.getAppId(info.uid);
545 if (appId >= Process.FIRST_APPLICATION_UID) {
547 sb.append(appId - Process.FIRST_APPLICATION_UID);
550 sb.append(appId);
ActivityManagerService.java 1487 int appid = msg.arg1; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 746 int appId = UserHandle.getAppId(Binder.getCallingUid());
752 if (((app.flags & ApplicationInfo.FLAG_SYSTEM) != 0) && (appId == app.uid)) {
757 if (((sysUiApp.flags & ApplicationInfo.FLAG_SYSTEM) != 0) && (appId == sysUiApp.uid)) {
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 256 int state, int appId) {
266 final boolean sameAppId = appId == PrintManager.APP_ID_ANY
267 || printJob.getAppId() == appId;
293 public PrintJobInfo getPrintJobInfo(PrintJobId printJobId, int appId) {
299 && (appId == PrintManager.APP_ID_ANY
300 || appId == printJob.getAppId())) {
677 private static final String ATTR_APP_ID = "appId";
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 170 PrintAttributes attributes, String packageName, int appId) {
174 printJob.setAppId(appId);
182 if (!mPrintJobForAppCache.onPrintJobCreated(adapter.asBinder(), appId,
220 public List<PrintJobInfo> getPrintJobInfos(int appId) {
221 List<PrintJobInfo> cachedPrintJobs = mPrintJobForAppCache.getPrintJobs(appId);
244 PrintJobInfo.STATE_ANY, appId);
260 public PrintJobInfo getPrintJobInfo(PrintJobId printJobId, int appId) {
261 PrintJobInfo printJob = mPrintJobForAppCache.getPrintJob(printJobId, appId);
263 printJob = mSpooler.getPrintJobInfo(printJobId, appId);
274 public void cancelPrintJob(PrintJobId printJobId, int appId) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 228 FWP_BYTE_BLOB appId;
470 FWP_BYTE_BLOB appId;
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 217 private static final String ATTR_APP_ID = "appId";
    [all...]

Completed in 1011 milliseconds

1 2