Home
last modified time | relevance | path

Searched defs:connecting (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DCastTileTest.java394 CastController.CastDevice connecting = new CastController.CastDevice(); in testUpdateState_connectedAndConnecting() local
450 CastController.CastDevice connecting = new CastController.CastDevice(); in testExpandView_connecting_projection() local
481 CastController.CastDevice connecting = new CastController.CastDevice(); in testExpandView_connecting_mediaRoute() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java202 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel()