Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/dagger/
H A DControlsComponent.kt101 return Visibility.AVAILABLE
105 AVAILABLE,
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java31 AVAILABLE, enumConstant
132 return State.AVAILABLE; in rilStateToState()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DDeviceControlsTileTest.kt239 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
260 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
277 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
332 `when`(controlsComponent.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DHomeControlsKeyguardQuickAffordanceConfigTest.kt74 whenever(component.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
93 whenever(component.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
H A DHomeControlsKeyguardQuickAffordanceConfigParameterizedStateTest.kt122 ControlsComponent.Visibility.AVAILABLE
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/dagger/
H A DControlsComponentTest.kt134 assertEquals(ControlsComponent.Visibility.AVAILABLE, component.getVisibility())
144 assertEquals(ControlsComponent.Visibility.AVAILABLE, component.getVisibility())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDeviceControlsTile.kt32 import com.android.systemui.controls.dagger.ControlsComponent.Visibility.AVAILABLE
131 if (controlsComponent.getVisibility() == AVAILABLE) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DDreamHomeControlsComplication.java21 import static com.android.systemui.controls.dagger.ControlsComponent.Visibility.AVAILABLE;
240 if (mControlsComponent.getVisibility() == AVAILABLE) { in onClickHomeControls()
/aosp14/frameworks/base/location/java/android/location/
H A DLocationProvider.java49 public static final int AVAILABLE = 2; field in LocationProvider
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DDreamHomeControlsComplicationTest.java20 import static com.android.systemui.controls.dagger.ControlsComponent.Visibility.AVAILABLE;
117 when(mControlsComponent.getVisibility()).thenReturn(AVAILABLE); in setup()
/aosp14/frameworks/base/core/java/android/provider/
H A DContacts.java1567 int AVAILABLE = ContactsContract.StatusUpdates.AVAILABLE; field
1637 case Contacts.People.AVAILABLE: in getPresenceIconResourceId()
H A DContactsContract.java3321 int AVAILABLE = 5; field
5767 case AVAILABLE: in getPresenceIconResourceId()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DHomeControlsKeyguardQuickAffordanceConfig.kt187 visibility == ControlsComponent.Visibility.AVAILABLE
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java339 return LocationProvider.AVAILABLE; in onGetStatus()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20956 field @Deprecated public static final int AVAILABLE = 2; // 0x2
35942 field @Deprecated public static final int AVAILABLE = 5; // 0x5
36782 field public static final int AVAILABLE = 5; // 0x5
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt84932 Lcom/android/internal/telephony/OperatorInfo$State;->AVAILABLE:Lcom/android/internal/telephony/Oper…