Searched refs:getBackgroundRequest (Results 1 – 3 of 3) sorted by relevance
298 getRequestDetail(groupInfo), getBackgroundRequest(groupInfo), in create()420 group.getBackgroundRequest(), group.getBackgroundRequestDetail(), in create()640 private static @StringRes int getBackgroundRequest(PackageItemInfo info) {641 return Utils.getBackgroundRequest(info.name);650 public @StringRes int getBackgroundRequest() {
1228 public static int getBackgroundRequest(String groupName) { in getBackgroundRequest() method in Utils1229 return getBackgroundRequest(groupName, false); in getBackgroundRequest()1239 public static int getBackgroundRequest(String groupName, Boolean isDeviceAwareMessage) { in getBackgroundRequest() method in Utils
818 case SETTINGS_LINK_FOR_BG, SETTINGS_LINK_WITH_OT -> Utils.getBackgroundRequest( in getMessageId()