Searched refs:getLastSetupTimestamp (Results 1 – 2 of 2) sorted by relevance
446 .min(Comparator.comparingLong(DataProfile::getLastSetupTimestamp)) in onInternetDataNetworkConnected()460 .min(Comparator.comparingLong(DataProfile::getLastSetupTimestamp)) in onInternetDataNetworkConnected()809 .sorted(Comparator.comparing(DataProfile::getLastSetupTimestamp)) in getApnSettingForNetworkRequest()813 + DataUtils.elapsedTimeToString(dataProfile.getLastSetupTimestamp())); in getApnSettingForNetworkRequest()1218 dp.getLastSetupTimestamp())); in dump()
455 public @ElapsedRealtimeLong long getLastSetupTimestamp() { in getLastSetupTimestamp() method in DataProfile