OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_QS_TILE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/service/quicksettings/
TileService.java
57
* <p>TileService will be detected by tiles that match the {@value #
ACTION_QS_TILE
}
89
public static final String
ACTION_QS_TILE
= "android.service.quicksettings.action.QS_TILE";
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileQueryHelper.java
146
new Intent(TileService.
ACTION_QS_TILE
), 0, ActivityManager.getCurrentUser());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java
256
Intent queryIntent = new Intent(TileService.
ACTION_QS_TILE
);
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 876 milliseconds