Searched defs:receiverName (Results 1 – 5 of 5) sorted by relevance
23 int getCounters(String receiverName, String action); in getCounters()
84 public int getCounters(String receiverName, String action) throws RemoteException { in getCounters()
184 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived()231 protected int getNumberBroadcastsReceived(String receiverName, String action) throws Exception { in getNumberBroadcastsReceived()
108 static int getCounter(Context context, String action, String receiverName) { in getCounter()
248 ComponentName receiverName = new ComponentName(PACKAGE_NAME, RECEIVER_NAME); in testGetInfo() local