Home
last modified time | relevance | path

Searched refs:setDebugLocationString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java56 .setDebugLocationString(mView.getDebugLocation()) in CarrierTextController()
DCarrierTextManager.java738 public Builder setDebugLocationString(String debugLocationString) { in setDebugLocationString() method in CarrierTextManager.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupController.java198 .setDebugLocationString("Shade") in ShadeCarrierGroupController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerTest.java152 when(mCarrierTextControllerBuilder.setDebugLocationString(anyString())) in setup()