/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | FullMobileConnectionRepository.kt | 54 @Application scope: CoroutineScope, 112 .stateIn(scope, SharingStarted.WhileSubscribed(), initial) 135 scope, 161 scope, 219 scope, 233 scope, 248 scope, 262 scope, 307 scope, 315 @Application private val scope: CoroutineScope, [all …]
|
H A D | MobileConnectionRepositoryImpl.kt | 103 scope: CoroutineScope, 188 .stateIn(scope = scope, started = SharingStarted.WhileSubscribed(), initial) 195 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 207 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 213 .stateIn(scope, SharingStarted.WhileSubscribed(), null) 219 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 225 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 259 scope, 268 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 394 @Application private val scope: CoroutineScope, [all …]
|
H A D | CarrierMergedConnectionRepository.kt | 58 @Application private val scope: CoroutineScope, 106 scope, 122 .stateIn(scope, SharingStarted.WhileSubscribed(), DEFAULT_NUM_LEVELS) 127 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) 132 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) 146 scope, 160 .stateIn(scope, SharingStarted.WhileSubscribed(), DataConnectionState.Disconnected) 189 @Application private val scope: CoroutineScope, 200 scope,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardTransitionAuditLogger.kt | 34 @Application private val scope: CoroutineScope, 41 scope.launch { 47 scope.launch { 53 scope.launch { 59 scope.launch { 63 scope.launch { 69 scope.launch { 75 scope.launch { 81 scope.launch { 87 scope.launch { [all …]
|
H A D | KeyguardLongPressInteractor.kt | 61 @Application private val scope: CoroutineScope, 84 scope = scope, 104 scope = scope, 126 .launchIn(scope) 189 scope.launch {
|
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | AppFuseBridge.java | 101 final MountScope scope; 103 scope = mScopes.get(mountId); 104 if (scope == null) { 108 final boolean result = scope.waitForMount(); 122 final MountScope scope = mScopes.get(mountId); 123 if (scope != null) { 124 scope.setMountResultLocked(true); 130 final MountScope scope = mScopes.get(mountId); 131 if (scope != null) { 132 scope.setMountResultLocked(false); [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/ |
H A D | CombinedConditionTest.kt | 40 scope: CoroutineScope, 44 ) : Condition(scope, initialValue, overriding) { 77 scope = this, 126 scope = this, 176 scope = this, 215 scope = this, 263 scope = this, 296 scope = this, 418 scope = this, 443 block(scope) [all …]
|
H A D | FakeCondition.java | 26 FakeCondition(CoroutineScope scope) { in FakeCondition() argument 27 super(scope); in FakeCondition() 30 FakeCondition(CoroutineScope scope, Boolean initialValue, boolean overriding) { in FakeCondition() argument 31 super(scope, initialValue, overriding); in FakeCondition()
|
H A D | ConditionExtensionsTest.kt | 35 val condition = flow.toCondition(scope = this, Condition.START_EAGERLY) 50 val condition = flow.toCondition(scope = this, Condition.START_EAGERLY) 65 val condition = flow.toCondition(scope = this, Condition.START_EAGERLY) 79 scope = this, 96 scope = this, 111 val condition = flow.toCondition(scope = this, strategy = Condition.START_EAGERLY) 133 val condition = flow.toCondition(scope = this, strategy = Condition.START_EAGERLY)
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
H A D | AppListViewModel.kt | 80 private val scope = viewModelScope + Dispatchers.IO regex 86 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 99 .shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 106 .shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 112 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 115 scope.launch { 124 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 129 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 156 }.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1) 163 scope.launch { [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
H A D | MobileRepositorySwitcher.kt | 70 @Application scope: CoroutineScope, 98 .stateIn(scope, SharingStarted.WhileSubscribed(), demoModeController.isInDemoMode) 111 .stateIn(scope, SharingStarted.WhileSubscribed(), realRepository) 116 .stateIn(scope, SharingStarted.WhileSubscribed(), realRepository.subscriptions.value) 122 scope, 131 scope, 143 scope, 157 .stateIn(scope, SharingStarted.WhileSubscribed(), realRepository.defaultDataSubId.value) 162 .stateIn(scope, SharingStarted.WhileSubscribed(), realRepository.mobileIsDefault.value) 168 scope, [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/ |
H A D | WifiRepositorySwitcher.kt | 66 @Application scope: CoroutineScope, 90 .stateIn(scope, SharingStarted.WhileSubscribed(), demoModeController.isInDemoMode) 102 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl) 107 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl.isWifiEnabled.value) 112 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl.isWifiDefault.value) 117 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl.wifiNetwork.value) 122 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl.secondaryNetworks.value) 127 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl.wifiActivity.value) 132 .stateIn(scope, SharingStarted.WhileSubscribed(), realImpl.wifiScanResults.value)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
H A D | MobileIconsInteractor.kt | 122 @Application private val scope: CoroutineScope, 144 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 149 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 160 .stateIn(scope, SharingStarted.WhileSubscribed(), null) 256 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 264 scope, 272 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 277 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 288 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 293 scope, [all …]
|
H A D | MobileIconInteractor.kt | 126 @Application scope: CoroutineScope, 156 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 169 scope, 185 scope, 236 scope, 256 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 272 .stateIn(scope, SharingStarted.WhileSubscribed(), 0) 279 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 294 .stateIn(scope, SharingStarted.WhileSubscribed(), true) 303 .stateIn(scope, SharingStarted.WhileSubscribed(), 0) [all …]
|
/aosp14/system/core/healthd/api/ |
H A D | charger_sysprop-latest.txt | 5 scope: Internal 11 scope: Internal 16 scope: Internal 21 scope: Internal 26 scope: Internal
|
/aosp14/frameworks/base/tools/bit/ |
H A D | aapt.cpp | 175 Scope* scope = new Scope(NULL, -1); in inspect_apk() local 185 while (depth < scope->depth) { in inspect_apk() 186 Scope* tmp = scope; in inspect_apk() 187 scope = scope->parent; in inspect_apk() 190 scope = new Scope(scope, depth); in inspect_apk() 191 scope->namespaces[match[2]] = match[3]; in inspect_apk() 200 element->ns = scope->namespaces[string(str, 0, colon)]; in inspect_apk() 233 while (scope != NULL) { in inspect_apk() 234 Scope* tmp = scope; in inspect_apk() 235 scope = scope->parent; in inspect_apk()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
H A D | WindowManagerLockscreenVisibilityViewBinder.kt | 33 scope: CoroutineScope 35 scope.launch { 41 scope.launch { 47 scope.launch { 51 scope.launch {
|
/aosp14/system/core/healthd/ |
H A D | charger.sysprop | 8 scope: Internal 15 scope: Internal 22 scope: Internal 29 scope: Internal 36 scope: Internal
|
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ProtoLogCallProcessor.kt | 53 expr.scope.toString() == protoLogGroupClassName 55 expr.scope.toString() == protoLogGroupSimpleClassName -> expr.nameAsString 70 return call.scope.isPresent && call.scope.get().toString() == protoLogClassName || 71 isLogClassImported && call.scope.isPresent && 72 call.scope.get().toString() == protoLogSimpleClassName || 73 !call.scope.isPresent && staticLogImports.contains(call.name.toString())
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
H A D | MobileIconViewModel.kt | 76 scope: CoroutineScope, 103 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 111 .stateIn(scope, SharingStarted.WhileSubscribed(), initial) 132 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 153 .stateIn(scope, SharingStarted.WhileSubscribed(), null) 163 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 175 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 180 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 185 .stateIn(scope, SharingStarted.WhileSubscribed(), false)
|
H A D | MobileIconsViewModel.kt | 58 @Application private val scope: CoroutineScope, 70 .stateIn(scope, SharingStarted.WhileSubscribed(), listOf()) 83 .stateIn(scope, SharingStarted.WhileSubscribed(), null) 94 .stateIn(scope, SharingStarted.WhileSubscribed(), false) 97 scope.launch { subscriptionIdsFlow.collect { invalidateCaches(it) } } 107 scope, 118 scope,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
H A D | DemoMobileConnectionRepository.kt | 56 val scope: CoroutineScope, 67 .stateIn(scope, SharingStarted.WhileSubscribed(), _carrierId.value) 78 .stateIn(scope, SharingStarted.WhileSubscribed(), _isEmergencyOnly.value) 89 .stateIn(scope, SharingStarted.WhileSubscribed(), _isRoaming.value) 100 .stateIn(scope, SharingStarted.WhileSubscribed(), _operatorAlphaShort.value) 111 .stateIn(scope, SharingStarted.WhileSubscribed(), _isInService.value) 122 .stateIn(scope, SharingStarted.WhileSubscribed(), _isGsm.value) 133 .stateIn(scope, SharingStarted.WhileSubscribed(), _cdmaLevel.value) 144 .stateIn(scope, SharingStarted.WhileSubscribed(), _primaryLevel.value) 150 .stateIn(scope, SharingStarted.WhileSubscribed(), _dataConnectionState.value) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/ |
H A D | WifiRepositoryImpl.kt | 89 @Application private val scope: CoroutineScope, 99 scope.launch { isWifiEnabled.collect {} } 100 scope.launch { isWifiDefault.collect {} } 101 scope.launch { wifiNetwork.collect {} } 102 scope.launch { wifiActivity.collect {} } 128 scope = scope, 217 scope, 230 scope, 238 scope, 309 @Application private val scope: CoroutineScope, [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
H A D | WalletContextualLocationsService.kt | 28 private var scope: CoroutineScope = this.lifecycleScope 34 scope: CoroutineScope, 36 this.scope = scope 41 scope.launch {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | KeyguardQuickAffordanceRemoteUserSelectionManager.kt | 52 @Application private val scope: CoroutineScope, 83 scope = scope, 104 scope = scope, 117 scope.launch {
|