Home
last modified time | relevance | path

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

123

/frameworks/base/core/jni/
Dandroid_os_SystemClock.cpp52 struct timespec tm; in android_os_SystemClock_currentThreadTimeMillis() local
64 struct timespec tm; in android_os_SystemClock_currentThreadTimeMicro() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java90 public static Pair<String, String> getSimIdentity(TelephonyManager tm, in getSimIdentity()
147 public static String getAnonymousIdentityWith3GppRealm(@Nonnull TelephonyManager tm) { in getAnonymousIdentityWith3GppRealm()
454 public static String getGsmSimAuthResponse(String[] requestData, TelephonyManager tm) { in getGsmSimAuthResponse()
471 public static String getGsmSimpleSimAuthResponse(String[] requestData, TelephonyManager tm) { in getGsmSimpleSimAuthResponse()
475 private static String getGsmAuthResponseWithLength(String[] requestData, TelephonyManager tm, in getGsmAuthResponseWithLength()
549 TelephonyManager tm) { in getGsmSimpleSimNoLengthAuthResponse()
631 TelephonyManager tm) { in get3GAuthResponse()
709 public static int getCarrierType(@NonNull TelephonyManager tm) { in getCarrierType()
/frameworks/base/core/java/android/net/http/
DX509TrustManagerExtensions.java53 public X509TrustManagerExtensions(X509TrustManager tm) throws IllegalArgumentException { in X509TrustManagerExtensions()
/frameworks/av/cmds/screenrecord/
DOverlay.cpp258 struct tm tm; in getTimeString_l() local
369 struct tm tm; in doDrawInfoPage() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DAbstractImsStatusPreferenceController.java91 TelephonyManager tm = mContext.getSystemService(TelephonyManager.class); in updateConnectivity() local
/frameworks/base/services/core/java/com/android/server/
DMountServiceIdler.java99 JobScheduler tm = (JobScheduler) context.getSystemService(Context.JOB_SCHEDULER_SERVICE); in scheduleIdlePass() local
/frameworks/av/media/mtp/
DMtpUtils.cpp78 struct tm tm = {}; in parseDateTime() local
92 struct tm tm; in formatDateTime() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsAccess.java109 final TelephonyManager tm = (TelephonyManager) in checkAccessLevel() local
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
DTestJobService.java123 JobScheduler tm = in scheduleJob() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java466 TelephonyManager tm = (TelephonyManager) in EuiccManager() local
887 TelephonyManager tm = (TelephonyManager) in refreshCardIdIfUninitialized() local
/frameworks/base/libs/usb/tests/accessorytest/
Dhid.c42 struct timespec tm; in milli_sleep() local
Dusb.c38 struct timespec tm; in milli_sleep() local
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
Daccessorychat.c70 struct timespec tm; in milli_sleep() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java591 TelecomManager tm = (TelecomManager) mContext.getSystemService(Context.TELECOM_SERVICE); in isNonTtyOrTtyOnVolteEnabled() local
960 TelephonyManager tm = (TelephonyManager) in setWfcSetting() local
1158 TelephonyManager tm = (TelephonyManager) in setWfcMode() local
1414 TelephonyManager tm = new TelephonyManager(mContext, getSubId()); in updateImsServiceConfig() local
1525 TelephonyManager tm = new TelephonyManager(mContext, getSubId()); in updateWfcFeatureAndProvisionedValues() local
2437 TelephonyManager tm = (TelephonyManager) in turnOnIms() local
2507 TelephonyManager tm = (TelephonyManager) in turnOffIms() local
DMmTelFeatureConnection.java464 TelephonyManager tm = getTelephonyManager(context); in create() local
620 TelephonyManager tm = getTelephonyManager(mContext); in getRegistration() local
641 TelephonyManager tm = getTelephonyManager(mContext); in getConfig() local
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
DMainActivity.java163 JobScheduler tm = in cancelAllJobs() local
/frameworks/base/telecomm/java/android/telecom/
DDefaultDialerManager.java196 final TelecomManager tm = getTelecomManager(context); in isDefaultOrSystemDialer() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java118 TelephonyMetrics tm = TelephonyMetrics.getInstance(); in updateOrInsertCarrierKey() local
DPhoneConfigurationManager.java271 TelephonyManager tm = new TelephonyManager(mContext); in getPhoneCount() local
DPhoneFactory.java151 TelephonyManager tm = (TelephonyManager) context.getSystemService( in makeDefaultPhone() local
/frameworks/av/services/audioflinger/
DBufLog.cpp133 struct tm tm; in BufLogStream() local
/frameworks/av/media/libnblog/
DReportPerformance.cpp240 struct tm tm; in writeToFile() local
/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java197 TelephonyManager tm = TelephonyManager.from(context); in getSimCountries() local
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java232 final TelephonyManager tm = (TelephonyManager) ctx.getSystemService(TELEPHONY_SERVICE); in checkDunRequired() local
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp352 std::tm tm = *std::localtime(&birthTime); in dump() local

123