Searched defs:uid (Results 26 - 29 of 29) sorted by relevance

12

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java297 public int checkPermission(String permission, int pid, int uid) { argument
311 public int checkUriPermission(Uri uri, int pid, int uid, int modeFlags) { argument
330 public void enforcePermission(String permission, int pid, int uid, String message) { argument
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java1431 * Return the uid for an event based on its globalObjId
1433 * @return the uid for the calendar event
1442 // the actual uid is hidden within; the magic substring is never at the start of the
1446 // The uid starts after "vCal-Uidxxxx", where xxxx are padding
1450 // This is an EAS uid. Go through the bytes and write out the hex
1689 int messageFlag, String uid, Account account) {
1690 return createMessageForEntity(context, entity, messageFlag, uid, account,
1695 int messageFlag, String uid, Account account, String specifiedAttendee) {
1754 if (uid == null) {
1755 uid
1688 createMessageForEntity(Context context, Entity entity, int messageFlag, String uid, Account account) argument
1694 createMessageForEntity(Context context, Entity entity, int messageFlag, String uid, Account account, String specifiedAttendee) argument
2003 createMessageForEventId(Context context, long eventId, int messageFlag, String uid, Account account) argument
2009 createMessageForEventId(Context context, long eventId, int messageFlag, String uid, Account account, String specifiedAttendee) argument
[all...]
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp638 phNfc_sData_t uid; local
646 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid;
647 uid.length = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength;
651 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi;
652 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi);
655 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm;
656 uid.length = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDmLength;
659 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.Uid;
660 uid.length = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.UidLength;
663 uid
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java785 final int uid = mCurrentApp.key;
786 final UidDetail detail = mUidDetailProvider.getUidDetail(uid, true);
799 final String[] packageNames = pm.getPackagesForUid(uid);
824 if (UserHandle.isApp(uid) && !mPolicyManager.getRestrictBackground()
905 final int uid = mCurrentApp.key;
906 final int uidPolicy = mPolicyManager.getUidPolicy(uid);
912 final int uid = mCurrentApp.key;
914 uid, restrictBackground ? POLICY_REJECT_METERED_BACKGROUND : POLICY_NONE);
1442 public void addUid(int uid) { argument
1443 uids.put(uid, tru
[all...]

Completed in 186 milliseconds

12