Searched refs:withoutPrefix (Results 1 – 2 of 2) sorted by relevance
22 import static android.text.TextUtils.withoutPrefix;170 return withoutPrefix("android.app.role.COMPANION_DEVICE_", deviceProfile) in getDeviceProfileName()
2307 public static String withoutPrefix(@Nullable String prefix, @Nullable String str) { in withoutPrefix() method in TextUtils