Searched refs:getLong (Results 1 – 10 of 10) sorted by relevance
97 createTime = args.getChild("create_time_ns")?.getLong()?.toTimestamp(), in <lambda>()98 sendTime = args.getChild("send_time_ns")?.getLong()?.toTimestamp(), in <lambda>()99 abortTime = args.getChild("wm_abort_time_ns")?.getLong()?.toTimestamp(), in <lambda>()100 finishTime = args.getChild("finish_time_ns")?.getLong()?.toTimestamp(), in <lambda>()104 ?.getLong() in <lambda>()106 startTransactionId = args.getChild("start_transaction_id")?.getLong(), in <lambda>()107 finishTransactionId = args.getChild("finish_transaction_id")?.getLong(), in <lambda>()128 dispatchTime = args.getChild("dispatch_time_ns")?.getLong()?.toTimestamp(), in <lambda>()130 args.getChild("merge_request_time_ns")?.getLong()?.toTimestamp(), in <lambda>()131 mergeTime = args.getChild("merge_time_ns")?.getLong()?.toTimestamp(), in <lambda>()[all …]
109 transaction.getChild("vsync_id")?.getLong() ?: -1, in <lambda>()110 transaction.getChild("post_time")?.getLong() ?: -1, in <lambda>()111 transaction.getChild("transaction_id")?.getLong() ?: -1, in <lambda>()112 transaction.getChildren("merged_transaction_ids")?.map { it.getLong() } in <lambda>()121 elapsedNanos = args.getChild("elapsed_realtime_nanos")?.getLong() ?: 0, in <lambda>()124 args.getChild("vsync_id")?.getLong() ?: -1, in <lambda>()
115 .setElapsedTimestamp(snapshotArgs.getChild("elapsed_realtime_nanos")?.getLong() ?: 0L) in <lambda>()119 .setVSyncId(snapshotArgs.getChild("vsync_id")?.getLong() ?: 0L) in <lambda>()180 layer.getChild("curr_frame")?.getLong() ?: -1, in <lambda>()195 display.getChild("id")?.getLong() ?: 0L, in <lambda>()
39 fun getLong(): Long { in getLong() method in android.tools.traces.parsers.perfetto.Args
53 long value = metric.getLong(metricKey); in testMeasurementIsCorrect()89 long value = metric.getLong(StopwatchRule.METRIC_BASE); in testMetricKeyWithoutAppend()111 long value = metric.getLong(metricKey); in testMetricKeyWithAppend()
90 return mCurrentSource.getLong(MediaMetadata.METADATA_KEY_DURATION); in getDuration()
75 cursor.getLong( in getMaxGeneration()118 builder.add(cursor.getLong(cursor.getColumnIndex(MediaStore.MediaColumns._ID))); in getListOfIdsFromMediaStore()
91 TimeUnit.MICROSECONDS.toMillis(format.getLong(MediaFormat.KEY_DURATION)); in validateVideoTrackMediaFormat()
41 Truth.assertThat(args.getChild("long")?.getLong()).isEqualTo(100L) in <lambda>()
253 removeIds[i] = cursor.getLong(columnIndex); in removeContentInDLApp()