Home
last modified time | relevance | path

Searched refs:toSpec (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt56 val TILE_SPEC = CustomTile.toSpec(componentName)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java370 String spec = CustomTile.toSpec(tile); in addTile()
384 newSpecs.remove(CustomTile.toSpec(tile)); in removeTile()
DQSPanel.java998 final String spec = CustomTile.toSpec(tile); in clickTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java162 String spec = CustomTile.toSpec(componentName); in addPackageTiles()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java1245 private void animateMagnificationSpecLocked(MagnificationSpec toSpec) { in animateMagnificationSpecLocked() argument
1246 mEndMagnificationSpec.setTo(toSpec); in animateMagnificationSpecLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSTileHostTest.java84 private static final String CUSTOM_TILE_SPEC = CustomTile.toSpec(CUSTOM_TILE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java388 public static String toSpec(ComponentName name) { in toSpec() method in CustomTile