/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/dagger/ |
H A D | ControlsComponent.kt | 101 return Visibility.AVAILABLE 105 AVAILABLE,
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | OperatorInfo.java | 31 AVAILABLE, enumConstant 132 return State.AVAILABLE; in rilStateToState()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | DeviceControlsTileTest.kt | 239 `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 D | HomeControlsKeyguardQuickAffordanceConfigTest.kt | 74 whenever(component.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE) 93 whenever(component.getVisibility()).thenReturn(ControlsComponent.Visibility.AVAILABLE)
|
H A D | HomeControlsKeyguardQuickAffordanceConfigParameterizedStateTest.kt | 122 ControlsComponent.Visibility.AVAILABLE
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/dagger/ |
H A D | ControlsComponentTest.kt | 134 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 D | DeviceControlsTile.kt | 32 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 D | DreamHomeControlsComplication.java | 21 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 D | LocationProvider.java | 49 public static final int AVAILABLE = 2; field in LocationProvider
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/ |
H A D | DreamHomeControlsComplicationTest.java | 20 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 D | Contacts.java | 1567 int AVAILABLE = ContactsContract.StatusUpdates.AVAILABLE; field 1637 case Contacts.People.AVAILABLE: in getPresenceIconResourceId()
|
H A D | ContactsContract.java | 3321 int AVAILABLE = 5; field 5767 case AVAILABLE: in getPresenceIconResourceId()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | HomeControlsKeyguardQuickAffordanceConfig.kt | 187 visibility == ControlsComponent.Visibility.AVAILABLE
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | LocationProviderBase.java | 339 return LocationProvider.AVAILABLE; in onGetStatus()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 20956 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 D | hiddenapi-max-target-o.txt | 84932 Lcom/android/internal/telephony/OperatorInfo$State;->AVAILABLE:Lcom/android/internal/telephony/Oper…
|