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.java735 public Builder setDebugLocationString(String debugLocationString) { in setDebugLocationString() method in CarrierTextManager.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupController.java172 .setDebugLocationString("Shade") in ShadeCarrierGroupController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerTest.java149 when(mCarrierTextControllerBuilder.setDebugLocationString(anyString())) in setup()