Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 24 of 24) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1385 final long identity = Binder.clearCallingIdentity(); in dialForSubscriber() local
1400 Binder.restoreCallingIdentity(identity); in dialForSubscriber()
1421 final long identity = Binder.clearCallingIdentity(); in callForSubscriber() local
1447 Binder.restoreCallingIdentity(identity); in callForSubscriber()
1477 final long identity = Binder.clearCallingIdentity(); in supplyPinReportResultForSubscriber() local
1483 Binder.restoreCallingIdentity(identity); in supplyPinReportResultForSubscriber()
1495 final long identity = Binder.clearCallingIdentity(); in supplyPukReportResultForSubscriber() local
1501 Binder.restoreCallingIdentity(identity); in supplyPukReportResultForSubscriber()
1613 final long identity = Binder.clearCallingIdentity(); in updateServiceLocationForSubscriber() local
1620 Binder.restoreCallingIdentity(identity); in updateServiceLocationForSubscriber()
[all …]
DEmergencyAssistanceHelper.java121 long identity = Binder.clearCallingIdentity(); in getDefaultEmergencyPackage() local
126 Binder.restoreCallingIdentity(identity); in getDefaultEmergencyPackage()
131 long identity = Binder.clearCallingIdentity(); in setDefaultEmergencyPackageAsync() local
141 Binder.restoreCallingIdentity(identity); in setDefaultEmergencyPackageAsync()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMatrixUtils.h44 Matrix33(bool identity) { in Matrix33() argument
45 initialize(identity); in Matrix33()
51 void initialize(bool identity = false) {
53 if (identity) {
102 Matrix9(bool identity) { in Matrix9() argument
103 initialize(identity); in Matrix9()
109 void initialize(bool identity = false) {
111 if (identity) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java98 final long identity = clearCallingIdentityInternal(); in insert() local
106 restoreCallingIdentityInternal(identity); in insert()
126 final long identity = clearCallingIdentityInternal(); in bulkInsert() local
137 restoreCallingIdentityInternal(identity); in bulkInsert()
153 final long identity = clearCallingIdentityInternal(); in update() local
162 restoreCallingIdentityInternal(identity); in update()
186 final long identity = clearCallingIdentityInternal(); in delete() local
194 restoreCallingIdentityInternal(identity); in delete()
227 final long identity = clearCallingIdentityInternal(); in applyBatch() local
244 restoreCallingIdentityInternal(identity); in applyBatch()
[all …]
DCalendarProvider2.java860 final long identity = clearCallingIdentityInternal(); in query() local
864 restoreCallingIdentityInternal(identity); in query()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java179 final long identity = Binder.clearCallingIdentity();
183 Binder.restoreCallingIdentity(identity);
236 final long identity = Binder.clearCallingIdentity();
240 Binder.restoreCallingIdentity(identity);
261 final long identity = Binder.clearCallingIdentity();
265 Binder.restoreCallingIdentity(identity);
403 final long identity = Binder.clearCallingIdentity(); in handleCarrierAppAvailableNetworks() local
416 Binder.restoreCallingIdentity(identity); in handleCarrierAppAvailableNetworks()
419 final long identity = Binder.clearCallingIdentity(); in handleCarrierAppAvailableNetworks() local
441 Binder.restoreCallingIdentity(identity); in handleCarrierAppAvailableNetworks()
[all …]
/packages/services/Mms/src/com/android/mms/service/
DMmsService.java294 final long identity = Binder.clearCallingIdentity();
304 Binder.restoreCallingIdentity(identity);
323 final long identity = Binder.clearCallingIdentity();
332 Binder.restoreCallingIdentity(identity);
568 final long identity = Binder.clearCallingIdentity(); in importSms() local
574 Binder.restoreCallingIdentity(identity); in importSms()
589 final long identity = Binder.clearCallingIdentity(); in importMms() local
642 Binder.restoreCallingIdentity(identity); in importMms()
688 final long identity = Binder.clearCallingIdentity(); in updateMessageStatus() local
699 Binder.restoreCallingIdentity(identity); in updateMessageStatus()
[all …]
DDownloadRequest.java115 final long identity = Binder.clearCallingIdentity(); in persistIfRequired() local
191 Binder.restoreCallingIdentity(identity); in persistIfRequired()
DSendRequest.java162 final long identity = Binder.clearCallingIdentity(); in persistIfRequired() local
230 Binder.restoreCallingIdentity(identity); in persistIfRequired()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DWifiInfo.java111 public final String identity; field in WifiInfo
150 bundle.putString(EXTRA_PROVISIONING_WIFI_IDENTITY, identity); in toPersistableBundle()
193 identity = builder.identity; in WifiInfo()
224 private String identity; field in WifiInfo.Builder
272 public Builder setIdentity(String identity) { in setIdentity() argument
273 this.identity = identity; in setIdentity()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java363 String password, String identity, String anonymousIdentity, String domain, in buildTestWifiInfoForEAPWithCertificates() argument
369 .setIdentity(identity) in buildTestWifiInfoForEAPWithCertificates()
385 String password, String identity, String anonymousIdentity, String domain, in assertEnterpriseConfig() argument
387 assertEnterpriseConfigBase(wifiConf, password, identity, anonymousIdentity, domain); in assertEnterpriseConfig()
392 String password, String identity, String anonymousIdentity, String domain) { in assertEnterpriseConfigWithoutCertificates() argument
393 assertEnterpriseConfigBase(wifiConf, password, identity, anonymousIdentity, domain); in assertEnterpriseConfigWithoutCertificates()
398 String identity, String anonymousIdentity, String domain) { in assertEnterpriseConfigBase() argument
401 assertEquals(identity, wifiConf.enterpriseConfig.getIdentity()); in assertEnterpriseConfigBase()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DColorSpaceMatrix.java28 identity(); in ColorSpaceMatrix()
52 public void identity() { in identity() method in ColorSpaceMatrix
DImageFilterHue.java57 cmatrix.identity(); in apply()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
DWifiInfoTest.java72 assertEquals(TEST_IDENTITY, wifiInfo.identity); in testBuilderWriteAndReadBack()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java170 wifiEnterpriseConfig.setIdentity(wifiInfo.identity); in updateWifiEnterpriseConfigFromWifiInfo()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java413 currentTime, mDeclinedAddrs, "declined", Function.identity()); in removeExpiredLeases()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java526 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { in insertIdentity() argument
531 values.put(Identity.IDENTITY, identity); in insertIdentity()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java978 mEapIdentityView = (TextView) mView.findViewById(R.id.identity); in showSecurityFields()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1009 mEapIdentityView = (TextView) mView.findViewById(R.id.identity); in showSecurityFields()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dtr_wordlist.combined.gz