OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothTile
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java
44
public class
BluetoothTile
extends QSTile<QSTile.BooleanState> {
50
public
BluetoothTile
(Host host) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java
45
import com.android.systemui.qs.tiles.
BluetoothTile
;
421
else if (tileSpec.equals("bt")) return new
BluetoothTile
(this);
Completed in 52 milliseconds