Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 24 of 24) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java70 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyCallStateChangedForAllSubscriptions() local
97 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyCallStateChanged() local
128 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyServiceStateChanged() local
158 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifySignalStrengthChanged() local
187 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyMessageWaitingChanged() local
215 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyCallForwardingChanged() local
241 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyDataActivityChanged() local
DPhoneNumberUtilsTest.java322 TelephonyManager tm = (TelephonyManager)getContext().getSystemService( in testJudgeMethods() local
DCallComposerTest.java136 TelephonyManager tm = mContext.getSystemService(TelephonyManager.class); in pictureUploadHelper() local
DSubscriptionManagerTest.java1224 TelephonyManager tm = InstrumentationRegistry.getContext() in isDSDS() local
1239 final TelephonyManager tm = InstrumentationRegistry.getContext() in isUnmetered5GSupported() local
DTelephonyManagerTest.java1901 TelephonyManager tm = mTelephonyManager.createForSubscriptionId(subId); in testGetMeidForSlot() local
2990 TelephonyManager tm = mTelephonyManager.createForSubscriptionId(1); in testGetSubscriptionId() local
/cts/tests/tests/apache-http/src/android/net/http/cts/
DX509TrustManagerExtensionsTest.java48 X509TrustManager tm = getFirstX509TrustManager(tmf); in testIsUserAddedCertificateDefaults() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiccUtil.java64 TelephonyManager tm = in uiccHasCertificate() local
/cts/tests/tests/security/src/android/security/cts/
DCertBlacklistTest.java121 private static void assertTrusted(X509Certificate[] certs, X509TrustManager tm) in assertTrusted()
126 private static void assertUntrusted(X509Certificate[] certs, X509TrustManager tm) { in assertUntrusted()
DConscryptIntermediateVerificationTest.java80 X509TrustManager tm = getTrustManager(); in testIntermediateVerification() local
DX509CertChainBuildingTest.java203 X509TrustManager tm = getTrustManager(ks, p); in assertExactPath() local
/cts/tests/tests/text/src/android/text/format/cts/
DNativeTimeFunctions.java34 private static native int mktime_tz(StructTm tm, String tzId); in mktime_tz()
72 StructTm tm = new StructTm(); in assertMktimeResult() local
/cts/tests/tests/telephony2/src/android/telephony2/cts/
DPhoneNumberTest.java65 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testGetLine1Number() local
/cts/tests/tests/telecom2/src/android/telecom/cts/
DTelecomManagerNoPermissionsTest.java65 TelecomManager tm = mContext.getSystemService(TelecomManager.class); in testCallStateCompatPermissions() local
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp48 struct tm* tm = localtime(&timeNow); in prepare() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCaCertManagementTest.java255 X509TrustManager tm = getFirstX509TrustManager(); in assertCaCertTrustStatusChange() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java118 TelephonyManager tm = in shouldRunSmsImsTests() local
DImsServiceTest.java268 TelephonyManager tm = (TelephonyManager) getContext() in beforeAllTests() local
330 TelephonyManager tm = (TelephonyManager) InstrumentationRegistry.getInstrumentation() in beforeTest() local
1411 TelephonyManager tm = (TelephonyManager) getContext() in testPublishWithImsAssociatedUri() local
DSipDelegateManagerTest.java190 TelephonyManager tm = (TelephonyManager) getContext() in beforeAllTests() local
249 TelephonyManager tm = (TelephonyManager) InstrumentationRegistry.getInstrumentation() in beforeTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java297 final TelephonyManager tm = in isRestrictionValid() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java683 final TelecomManager tm = in testOnBringToForeground() local
754 … TelephonyManager tm = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); in testOnCannedTextResponsesLoaded() local
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java121 TelephonyManager tm = (TelephonyManager) getContext().getSystemService( in onStart() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java359 TelephonyManager tm = (TelephonyManager) getInstrumentation().getContext() in getSubscriberId() local
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java439 TelephonyManager tm = in testSubscriptionInfoListing() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java364 final TelephonyManager tm = in testAddLinksPhoneNumbers() local