Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextController.java56 .setDebugLocationString(mView.getDebugLocation()) in CarrierTextController()
H A DCarrierTextManager.java703 public Builder setDebugLocationString(String debugLocationString) { in setDebugLocationString() method in CarrierTextManager.Builder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
H A DShadeCarrierGroupController.java168 .setDebugLocationString("Shade") in ShadeCarrierGroupController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
H A DShadeCarrierGroupControllerTest.java148 when(mCarrierTextControllerBuilder.setDebugLocationString(anyString())) in setup()