Searched refs:getCommReceiver (Results 1 – 4 of 4) sorted by relevance
32 public static final ComponentName APP1_RECEIVER = getCommReceiver(APP1_PACKAGE);33 public static final ComponentName APP2_RECEIVER = getCommReceiver(APP2_PACKAGE);35 public static ComponentName getCommReceiver(String packageName) { in getCommReceiver() method in Values
18 import static android.os.cts.batterysaving.common.Values.getCommReceiver;43 return super.invoke(getCommReceiver(targetPackage), testServiceRequest); in sendRequest()
18 import static android.content.syncmanager.cts.common.Values.getCommReceiver;49 return super.invoke(getCommReceiver(targetPackage), in invoke()
37 public static ComponentName getCommReceiver(String packageName) { in getCommReceiver() method in Values