Home
last modified time | relevance | path

Searched defs:identity (Results 1 – 17 of 17) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1696 final long identity = Binder.clearCallingIdentity(); in sendEraseModemConfig() local
1726 final long identity = Binder.clearCallingIdentity(); in dialForSubscriber() local
1762 final long identity = Binder.clearCallingIdentity(); in callForSubscriber() local
1805 final long identity = Binder.clearCallingIdentity(); in supplyPinReportResultForSubscriber() local
1818 final long identity = Binder.clearCallingIdentity(); in supplyPukReportResultForSubscriber() local
1973 final long identity = Binder.clearCallingIdentity(); in updateServiceLocationWithPackageName() local
2010 final long identity = Binder.clearCallingIdentity(); in isRadioOnForSubscriberWithFeature() local
2019 final long identity = Binder.clearCallingIdentity(); in isRadioOnForSubscriber() local
2039 final long identity = Binder.clearCallingIdentity(); in toggleRadioOnOffForSubscriber() local
2057 final long identity = Binder.clearCallingIdentity(); in setRadioForSubscriber() local
[all …]
DEmergencyAssistanceHelper.java119 long identity = Binder.clearCallingIdentity(); in getDefaultEmergencyPackage() local
130 long identity = Binder.clearCallingIdentity(); in setDefaultEmergencyPackageAsync() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMatrixUtils.h44 Matrix33(bool identity) { in Matrix33()
102 Matrix9(bool identity) { in Matrix9()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java98 final long identity = clearCallingIdentityInternal(); in insert() local
126 final long identity = clearCallingIdentityInternal(); in bulkInsert() local
153 final long identity = clearCallingIdentityInternal(); in update() local
186 final long identity = clearCallingIdentityInternal(); in delete() local
227 final long identity = clearCallingIdentityInternal(); in applyBatch() local
323 protected void restoreCallingIdentityInternal(long identity) { in restoreCallingIdentityInternal()
DCalendarProvider2.java860 final long identity = clearCallingIdentityInternal(); in query() local
/packages/services/Mms/src/com/android/mms/service/
DMmsService.java596 final long identity = Binder.clearCallingIdentity(); in importSms() local
617 final long identity = Binder.clearCallingIdentity(); in importMms() local
716 final long identity = Binder.clearCallingIdentity(); in updateMessageStatus() local
740 final long identity = Binder.clearCallingIdentity(); in archiveConversation() local
771 final long identity = Binder.clearCallingIdentity(); in addSmsDraft() local
791 final long identity = Binder.clearCallingIdentity(); in addMmsDraft() local
DDownloadRequest.java114 final long identity = Binder.clearCallingIdentity(); in persistIfRequired() local
DSendRequest.java176 final long identity = Binder.clearCallingIdentity(); in persistIfRequired() local
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java435 final long identity = Binder.clearCallingIdentity(); in handleCarrierAppAvailableNetworks() local
470 final long identity = Binder.clearCallingIdentity(); in handleCarrierAppAvailableNetworks() local
518 final long identity = Binder.clearCallingIdentity(); in handleSystemAppAvailableNetworks() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DWifiInfo.java111 public final String identity; field in WifiInfo
224 private String identity; field in WifiInfo.Builder
272 public Builder setIdentity(String identity) { in setIdentity()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java370 String password, String identity, String anonymousIdentity, String domain, in buildTestWifiInfoForEAPWithCertificates()
392 String password, String identity, String anonymousIdentity, String domain, in assertEnterpriseConfig()
399 String password, String identity, String anonymousIdentity, String domain) { in assertEnterpriseConfigWithoutCertificates()
405 String identity, String anonymousIdentity, String domain) { in assertEnterpriseConfigBase()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeMethodStateMachine.java156 protected ChallengeState buildChallengeState(byte[] identity) { in buildChallengeState()
172 ChallengeState(byte[] identity) { in ChallengeState()
DEapSimMethodStateMachine.java334 String identity = "1" + imsi; in getIdentityResponse() local
361 protected ChallengeState(List<Integer> versions, AtNonceMt atNonceMt, byte[] identity) { in ChallengeState()
DEapAkaMethodStateMachine.java166 protected ChallengeState buildChallengeState(byte[] identity) { in buildChallengeState()
320 ChallengeState(byte[] identity) { in ChallengeState()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DColorSpaceMatrix.java52 public void identity() { in identity() method in ColorSpaceMatrix
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java406 public final byte[] identity; field in EapSimAkaAttribute.AtIdentity
421 public AtIdentity(int lengthInBytes, byte[] identity) in AtIdentity()
443 public static AtIdentity getAtIdentity(byte[] identity) in getAtIdentity()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java526 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { in insertIdentity()