/bionic/libc/bionic/ |
stubs.cpp | 232 unsigned long appid = 0; local 236 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START; 237 if (appid > AID_SHARED_GID_END) { 243 appid = strtoul(end+2, &end, 10) + AID_APP; 247 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; 251 appid = android_ids[n].aid; 272 if (appid >= AID_USER) { 277 return (appid + userid*AID_USER); 281 const uid_t appid = uid % AID_USER; local 283 if (appid >= AID_ISOLATED_START) 298 const uid_t appid = gid % AID_USER; local 378 const uid_t appid = uid % AID_USER; local [all...] |
/frameworks/native/cmds/installd/ |
commands.h | 34 appid_t appid, const char* seinfo, int target_sdk_version); 36 appid_t appid, const char* seinfo); 44 const char *data_app_name, appid_t appid, const char* seinfo, int target_sdk_version);
|
commands.cpp | 122 appid_t appid, const char* seinfo, int target_sdk_version) { 123 uid_t uid = multiuser_get_uid(userid, appid); 365 const char *data_app_name, appid_t appid, const char* seinfo, int target_sdk_version) { 411 appid, seinfo, target_sdk_version) != 0) { 455 appid, seinfo) != 0) { [all...] |
/external/chromium-trace/catapult/dashboard/bin/ |
deploy | 20 parser.add_argument('--appid', default='chromeperf') 29 appengine_deploy.AppcfgUpdate(paths, app_id=args.appid)
|
/frameworks/base/services/core/java/com/android/server/pm/ |
Installer.java | 85 public void createAppData(String uuid, String pkgname, int userid, int flags, int appid, 87 mInstaller.execute("create_app_data", uuid, pkgname, userid, flags, appid, seinfo, 91 public void restoreconAppData(String uuid, String pkgname, int userid, int flags, int appid, 93 mInstaller.execute("restorecon_app_data", uuid, pkgname, userid, flags, appid, 113 String data_app_name, int appid, String seinfo, int targetSdkVersion) 116 data_app_name, appid, seinfo, targetSdkVersion);
|
/device/google/contexthub/firmware/inc/ |
seos.h | 92 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) 93 #define APP_ID_GET_SEQ_ID(appid) ((appid) & 0xFFFFFF) 172 bool osTidById(uint64_t appId, uint32_t *tid); 173 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize); 174 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize); 263 uint32_t osExtAppStopApps(uint64_t appId); 264 uint32_t osExtAppEraseApps(uint64_t appId); 265 uint32_t osExtAppStartApps(uint64_t appId); [all...] |
/external/chromium-trace/catapult/perf_insights/bin/ |
deploy_perfinsights | 21 parser.add_argument('--appid', default='performance-insights') 43 '--project=%s' % args.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;
|
/device/google/dragon/crash_collector/ |
crash_collector.cc | 187 const uid_t appid = uid % AID_USER; local 188 if (appid >= AID_APP) { // Ignore non-system crashes. 207 if (android_ids[i].aid == appid) {
|
/external/libselinux/src/ |
android.c | 674 uid_t appid; local 691 appid = uid % AID_USER; 692 if (appid < AID_APP) { 694 if (android_ids[n].aid == appid) { 701 } else if (appid < AID_ISOLATED_START) { 703 appid -= AID_APP; 706 appid -= AID_ISOLATED_START; 709 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID) 786 appid & 0xff, 787 256 + (appid>>8 & 0xff)) [all...] |
/frameworks/native/cmds/servicemanager/ |
service_manager.c | 199 uid_t appid = uid % AID_USER; local 200 if (appid >= AID_ISOLATED_START && appid <= AID_ISOLATED_END) {
|
/frameworks/base/services/core/java/com/android/server/ |
DeviceIdleController.java | 1305 int appid = UserHandle.getAppId(ai.uid); local 1317 int appid = UserHandle.getAppId(ai.uid); local [all...] |
/external/curl/lib/vtls/ |
gskit.c | 440 gsk_handle *envir, const char *appid, 462 if(!result && appid) 463 result = set_buffer(data, h, GSK_OS400_APPLICATION_ID, appid, FALSE);
|
/system/core/sdcard/ |
sdcard.c | 465 appid_t appid; local 509 appid = (appid_t) (uintptr_t) hashmapGet(fuse->global->package_to_appid, node->name); 510 if (appid != 0) { 511 node->uid = multiuser_get_uid(parent->userid, appid); [all...] |
/device/google/contexthub/sensorhal/ |
hubconnection.cpp | 40 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
PowerManagerService.java | 2630 final int appid = UserHandle.getAppId(wakeLock.mOwnerUid); local [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationManagerService.java | 3655 final int appid = UserHandle.getAppId(uid); local [all...] |
/external/robolectric/v3/runtime/ |
shadows-core-3.1-SNAPSHOT-16.jar | |
shadows-core-3.1-SNAPSHOT-17.jar | |
shadows-core-3.1-SNAPSHOT-18.jar | |
shadows-core-3.1-SNAPSHOT-19.jar | |
shadows-core-3.1-SNAPSHOT-21.jar | |
shadows-core-3.1-SNAPSHOT-22.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |