/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | N5.txt | 5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 13 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 14 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 20 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 21 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/domain/interactor/ |
D | ScreenRecordChipInteractor.kt | 54 is ScreenRecordModel.Starting -> in <lambda>() 55 ScreenRecordChipModel.Starting(screenRecordState.millisUntilStarted) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/repository/ |
D | ScreenRecordRepository.kt | 68 trySend(ScreenRecordModel.Starting(millisUntilFinished)) in stopRecording() 92 ScreenRecordModel.Starting(0) in stopRecording()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/ |
D | ScreenRecordTileDataInteractorTest.kt | 51 private val isStarting0 = ScreenRecordModel.Starting(0) 71 val expectedModelStartingIn1 = ScreenRecordModel.Starting(1) in dataMatchesRepo()
|
D | ScreenRecordTileUserActionInteractorTest.kt | 100 val startingModel = ScreenRecordModel.Starting(0) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/model/ |
D | ScreenRecordModel.kt | 25 data class Starting(val millisUntilStarted: Long) : ScreenRecordModel dataClass
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/domain/model/ |
D | ScreenRecordChipModel.kt | 27 data class Starting(val millisUntilStarted: Long) : ScreenRecordChipModel dataClass
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/data/repository/ |
D | ScreenRecordRepositoryTest.kt | 51 private val isStarting0 = ScreenRecordModel.Starting(0) 69 val expectedModelStartingIn1 = ScreenRecordModel.Starting(1) in dataMatchesController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/domain/interactor/ |
D | ScreenRecordChipInteractorTest.kt | 60 screenRecordRepo.screenRecordState.value = ScreenRecordModel.Starting(400) in screenRecordState_startingState_matches() 62 assertThat(latest).isEqualTo(ScreenRecordChipModel.Starting(400)) in screenRecordState_startingState_matches()
|
/frameworks/av/drm/ |
D | README.md | 3 Starting in **Android U (14)**, `libmediadrm` (app-side) understands extra error
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 77 uint32_t xStart; // Starting index in the X dimension. 79 uint32_t yStart; // Starting index in the Y dimension. 81 uint32_t zStart; // Starting index in the Z dimension. 83 uint32_t arrayStart; // Starting index in the Array0 dimension. 85 uint32_t array1Start; // Starting index in the Array1 dimension. 87 uint32_t array2Start; // Starting index in the Array2 dimension. 89 uint32_t array3Start; // Starting index in the Array3 dimension. 118 * Starting in API level 24, an arbitrary kernel function can be used,
|
D | rs_matrix.rsh | 437 * Starting with API 14, this function takes a const matrix as the first argument.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/ui/ |
D | ScreenRecordTileMapper.kt | 55 is ScreenRecordModel.Starting -> { in map()
|
/frameworks/base/startop/apps/test/ |
D | README.md | 11 This is the simplest possible Android activity. Starting this exercises only the
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModel.kt | 58 is ScreenRecordChipModel.Starting -> OngoingActivityChipModel.Hidden in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/ |
D | ScreenRecordTileUserActionInteractor.kt | 66 is ScreenRecordModel.Starting -> { in handleInput()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/ui/ |
D | ScreenRecordTileMapperTest.kt | 77 val inputModel = ScreenRecordModel.Starting(timeLeft) in activeStateMatchesStartingDataModel()
|
/frameworks/base/packages/SystemUI/docs/ |
D | corestartable.md | 1 # Starting SystemUI CoreStartables
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModelTest.kt | 94 screenRecordRepo.screenRecordState.value = ScreenRecordModel.Starting(400) in chip_startingState_isHidden()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 117 Starting in API level 24, an arbitrary kernel function can be used,
|
D | rs_matrix.spec | 411 Starting with API 14, this function takes a const matrix as the first argument.
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 294 // Starting in U
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 359 // Starting in Oreo, Battery Settings has two modes to display the battery 696 // Starting in Oreo, Battery Settings has two modes to display the battery
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 98 // VERSION 1: Starting with Q
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 11872 // Starting from Android 11, this boolean is not set and will always be false. 11876 // Starting from Android 11, this boolean is not set and will always be false.
|