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

1 2

  /system/core/libcutils/
multiuser.c 27 uid_t multiuser_get_uid(userid_t userId, appid_t appId) {
28 return userId * MULTIUSER_APP_PER_USER_RANGE + (appId % MULTIUSER_APP_PER_USER_RANGE);
  /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...]
  /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...]
  /system/core/include/cutils/
multiuser.h 35 extern uid_t multiuser_get_uid(userid_t userId, appid_t appId);
  /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/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...]
  /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);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 8 * 1. This user has FREE_TRIAL access to this application ( appId: 1 )
9 * 2. This user has FULL access to this application ( appId: 1 )
10 * 3. This user has NO access to this application ( appId: 1 )
171 This user has <span class="<%= accessLevel.toLowerCase() %>"><%= accessLevel %></span> access to this application ( appId: <%= appId %> )
173 This user has <span class="<%= result.toLowerCase() %>"><%= result %></span> access to this application ( appId: <%= appId %> )
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 36 void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback);
67 void registerServer(in ParcelUuid appId, in IBluetoothGattServerCallback callback);
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 186 private boolean collectForceStopProvidersLocked(String name, int appId,
204 boolean collectForceStopProviders(String name, int appId,
207 boolean didSomething = collectForceStopProvidersLocked(name, appId, doit,
214 if (collectForceStopProvidersLocked(name, appId, doit, evenPersistent,
226 didSomething |= collectForceStopProvidersLocked(name, appId, doit,
  /external/chromium/chrome/browser/resources/ntp/
apps.js 152 function launchAppAfterEnable(appId) {
153 chrome.send('launchApp', [appId, APP_LAUNCH.NTP_APP_RE_ENABLE]);
174 * @param {string} appId Application to launch.
179 function launchApp(appId, opt_mouseEvent) {
180 var args = [appId, getAppLaunchType()];
215 var appId = e.currentTarget.getAttribute('app-id');
217 launchApp(appId, e);
450 var appId = this.dragItem.querySelector('a').getAttribute('app-id');
451 var current = this.data.indexOf(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;
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 469 var appId = app.getAttribute('app-id');
470 assert(appId, 'unexpected app without appId');
474 chrome.send('launchApp', [appId, NTP_APPS_MAXIMIZED]);
643 var appId = appElement.getAttribute('app-id');
644 assert(appId);
651 chrome.send('uninstallApp', [appId]);
673 var appId = appElement.getAttribute('app-id');
674 assert(appId);
682 chrome.send('setPageIndex', [appId, pageIndex])
    [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 
  /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) {
CommandsInterface.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardHostView.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 340 int serviceClass, String appId, Message response) {
350 String password, int serviceClass, String appId, Message response) {
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 533 var appId = appElement.getAttribute('app-id');
534 assert(appId);
541 chrome.send('uninstallApp', [appId]);
563 var appId = appElement.getAttribute('app-id');
564 assert(appId);
572 chrome.send('setPageIndex', [appId, pageIndex]);
594 chrome.send('reorderApps', [appId, appIds]);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 443 String appId, Message response) {
453 int serviceClass, String appId, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 352 String appId, Message result) {
386 String pin, int serviceClass, String appId,
    [all...]

Completed in 349 milliseconds

1 2