Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java65 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyCallStateChangedForAllSubscriptions() local
93 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyCallStateChanged() local
124 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyServiceStateChanged() local
154 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifySignalStrengthChanged() local
183 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyMessageWaitingChanged() local
211 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyCallForwardingChanged() local
237 TelephonyManager tm = context.getSystemService(TelephonyManager.class); in testNotifyDataActivityChanged() local
DPhoneNumberUtilsTest.java322 TelephonyManager tm = (TelephonyManager)getContext().getSystemService( in testJudgeMethods() local
DSubscriptionManagerTest.java816 TelephonyManager tm = InstrumentationRegistry.getContext() in isDSDS() local
DTelephonyManagerTest.java1516 TelephonyManager tm = mTelephonyManager.createForSubscriptionId(subId); in testGetMeidForSlot() local
/cts/tests/tests/net/src/android/net/http/cts/
DX509TrustManagerExtensionsTest.java48 X509TrustManager tm = getFirstX509TrustManager(tmf); in testIsUserAddedCertificateDefaults() 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.java205 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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCaCertManagementTest.java150 X509TrustManager tm = getFirstX509TrustManager(tmf); in isCaCertInstalledAndTrusted() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java97 TelephonyManager tm = in shouldRunSmsImsTests() local
DImsServiceTest.java148 TelephonyManager tm = (TelephonyManager) getContext() in beforeAllTests() local
194 TelephonyManager tm = (TelephonyManager) InstrumentationRegistry.getInstrumentation() in beforeTest() local
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp48 struct tm* tm = localtime(&timeNow); in prepare() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java621 final TelecomManager tm = in testOnBringToForeground() local
692 … 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.java435 TelephonyManager tm = in testSubscriptionInfoListing() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java363 final TelephonyManager tm = in testAddLinksPhoneNumbers() local