Home
last modified time | relevance | path

Searched refs:ident (Results 1 – 11 of 11) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java272 final Ident ident = new Ident(); in getIdentForDocId() local
275 ident.type = docId; in getIdentForDocId()
276 ident.id = -1; in getIdentForDocId()
278 ident.type = docId.substring(0, split); in getIdentForDocId()
279 ident.id = Long.parseLong(docId.substring(split + 1)); in getIdentForDocId()
281 return ident; in getIdentForDocId()
379 final Ident ident = getIdentForDocId(docId); in getUriForDocumentId() local
380 if (TYPE_IMAGE.equals(ident.type) && ident.id != -1) { in getUriForDocumentId()
382 Images.Media.EXTERNAL_CONTENT_URI, ident.id); in getUriForDocumentId()
383 } else if (TYPE_VIDEO.equals(ident.type) && ident.id != -1) { in getUriForDocumentId()
[all …]
DLocalCallingIdentity.java67 final LocalCallingIdentity ident = new LocalCallingIdentity( in fromSelf() local
72 ident.packageName = ident.packageNameUnchecked; in fromSelf()
73 ident.packageNameResolved = true; in fromSelf()
74 ident.targetSdkVersion = Build.VERSION_CODES.CUR_DEVELOPMENT; in fromSelf()
75 ident.targetSdkVersionResolved = true; in fromSelf()
76 ident.hasPermission = ~(PERMISSION_IS_LEGACY | PERMISSION_IS_REDACTION_NEEDED); in fromSelf()
77 ident.hasPermissionResolved = ~0; in fromSelf()
79 return ident; in fromSelf()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java198 long ident = Binder.clearCallingIdentity(); in onGetSuggestionsMultiple() local
222 Binder.restoreCallingIdentity(ident); in onGetSuggestionsMultiple()
DAndroidWordLevelSpellCheckerSession.java383 long ident = Binder.clearCallingIdentity(); in onGetSuggestions() local
387 Binder.restoreCallingIdentity(ident); in onGetSuggestions()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java271 long ident = Binder.clearCallingIdentity(); in checkCallerAllowManagedProfiles() local
284 Binder.restoreCallingIdentity(ident); in checkCallerAllowManagedProfiles()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1681 final long ident = Binder.clearCallingIdentity(); in getCurrentUserId() local
1688 Binder.restoreCallingIdentity(ident); in getCurrentUserId()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java262 if (!mDPM.hasGrantedPolicy(who, pi.ident)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java263 if (!mDPM.hasGrantedPolicy(who, pi.ident)) { in onCreate()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8562 final long ident = Binder.clearCallingIdentity(); in openAssetFileLocal() local
8566 Binder.restoreCallingIdentity(ident); in openAssetFileLocal()
/packages/inputmethods/LatinIME/dictionaries/
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...