Home
last modified time | relevance | path

Searched refs:withoutPrefix (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java22 import static android.text.TextUtils.withoutPrefix;
170 return withoutPrefix("android.app.role.COMPANION_DEVICE_", deviceProfile) in getDeviceProfileName()
/aosp12/frameworks/base/core/java/android/text/
H A DTextUtils.java2307 public static String withoutPrefix(@Nullable String prefix, @Nullable String str) { in withoutPrefix() method in TextUtils