Home
last modified time | relevance | path

Searched refs:AVAILABLE (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/android/media/
DAudioPolicyDeviceState.aidl24 AVAILABLE = 1, enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/dagger/
DControlsComponent.kt97 return Visibility.AVAILABLE in getControlsController()
101 AVAILABLE,
/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java31 AVAILABLE, enumConstant
132 return State.AVAILABLE; in rilStateToState()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/
DHomeControlsKeyguardQuickAffordanceConfigTest.kt70 whenever(component.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) in <lambda>()
89 whenever(component.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) in <lambda>()
DHomeControlsKeyguardQuickAffordanceConfigParameterizedStateTest.kt122 ControlsComponent.Visibility.AVAILABLE in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDeviceControlsTile.kt30 import com.android.systemui.controls.dagger.ControlsComponent.Visibility.AVAILABLE
145 if (controlsComponent.getVisibility() == AVAILABLE) { in handleUpdateState()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/dagger/
DControlsComponentTest.kt133 assertEquals(ControlsComponent.Visibility.AVAILABLE, component.getVisibility()) in testFeatureEnabledAndCanShowOnLockScreenVisibility()
143 assertEquals(ControlsComponent.Visibility.AVAILABLE, component.getVisibility()) in testFeatureEnabledAndCanShowWhileUnlockedVisibility()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/
DDeviceControlsTileTest.kt235 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) in testStateActiveIfListingsHasControlsFavorited()
257 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) in testStateInactiveIfListingsHasNoControlsFavorited()
275 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) in testStateActiveIfPreferredIsPanel()
324 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) in handleClick_available_shownOverLockscreenWhenLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java245 storedPin.status = PinStatus.AVAILABLE; in storePin()
285 storedPin.status = PinStatus.AVAILABLE; in getPin()
441 if (storedPin.status == PinStatus.AVAILABLE) { in onDeviceReady()
504 storedPin.status = PinStatus.AVAILABLE; in onTimerExpiration()
558 if (storedPin != null && storedPin.status != PinStatus.AVAILABLE) { in onSimStatusChange()
783 if (storedPin.status == PinStatus.AVAILABLE) { in savePinInformation()
841 if (storedPin.status == PinStatus.AVAILABLE) { in savePinInformationToRam()
/frameworks/base/location/java/android/location/
DLocationProvider.java49 public static final int AVAILABLE = 2; field in LocationProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DDreamHomeControlsComplication.java21 import static com.android.systemui.controls.dagger.ControlsComponent.Visibility.AVAILABLE;
282 if (mControlsComponent.getVisibility() == AVAILABLE) { in onClickHomeControls()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/complication/
DDreamHomeControlsComplicationTest.java20 import static com.android.systemui.controls.dagger.ControlsComponent.Visibility.AVAILABLE;
118 when(mControlsComponent.getVisibility()).thenReturn(AVAILABLE); in setup()
/frameworks/opt/telephony/proto/src/
Dpin_storage.proto29 AVAILABLE = 1; enumerator
/frameworks/av/media/libaudioclient/
DPolicyAidlConversion.cpp280 case media::AudioPolicyDeviceState::AVAILABLE: in aidl2legacy_AudioPolicyDeviceState_audio_policy_dev_state_t()
292 return media::AudioPolicyDeviceState::AVAILABLE; in legacy2aidl_audio_policy_dev_state_t_AudioPolicyDeviceState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DHomeControlsKeyguardQuickAffordanceConfig.kt188 visibility == ControlsComponent.Visibility.AVAILABLE in <lambda>()
/frameworks/base/core/java/android/provider/
DContacts.java1567 int AVAILABLE = ContactsContract.StatusUpdates.AVAILABLE; field
1637 case Contacts.People.AVAILABLE: in getPresenceIconResourceId()
DContactsContract.java3857 int AVAILABLE = 5; field
6303 case AVAILABLE: in getPresenceIconResourceId()
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java339 return LocationProvider.AVAILABLE; in onGetStatus()
/frameworks/base/location/api/
Dcurrent.txt624 field @Deprecated public static final int AVAILABLE = 2; // 0x2
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java4046 } else if (status == android.hardware.radio.V1_0.OperatorStatus.AVAILABLE) { in convertHalOperatorStatus()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13908 field public static final int AVAILABLE = 2; // 0x2
18160 field public static final int AVAILABLE = 3; // 0x3
23889 field public static final int AVAILABLE = 5; // 0x5
24659 field public static final int AVAILABLE = 5; // 0x5
/frameworks/base/core/api/
Dcurrent.txt37097 field @Deprecated public static final int AVAILABLE = 5; // 0x5
37955 field public static final int AVAILABLE = 5; // 0x5
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84289 Lcom/android/internal/telephony/OperatorInfo$State;->AVAILABLE:Lcom/android/internal/telephony/Oper…