Searched refs:endTimestamp (Results 1 – 7 of 7) sorted by relevance
137 long endTimestamp = System.currentTimeMillis() + timeout * 1000L; in setEnabled() local138 LocalBluetoothPreferences.persistDiscoverableEndTimestamp(mContext, endTimestamp); in setEnabled()147 BluetoothDiscoverableTimeoutReceiver.setDiscoverableAlarm(mContext, endTimestamp); in setEnabled()281 long endTimestamp = LocalBluetoothPreferences.getDiscoverableEndTimestamp(mContext); in updateCountdownSummary() local283 if (currentTimestamp > endTimestamp) { in updateCountdownSummary()289 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary()
142 static void persistDiscoverableEndTimestamp(Context context, long endTimestamp) { in persistDiscoverableEndTimestamp() argument144 editor.putLong(KEY_DISCOVERABLE_END_TIMESTAMP, endTimestamp); in persistDiscoverableEndTimestamp()
172 static void persistDiscoverableEndTimestamp(Context context, long endTimestamp) { in persistDiscoverableEndTimestamp() argument174 editor.putLong(KEY_DISCOVERABLE_END_TIMESTAMP, endTimestamp); in persistDiscoverableEndTimestamp()
242 endTimestamp=$(date +"%s %N")243 diffTime=$(computeTimeDiff $startTimestamp $endTimestamp)
105 long endTimestamp, INetworkStatsService statsService) in NetworkStats() argument112 mEndTimeStamp = endTimestamp; in NetworkStats()
META-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...