MockListener.java | 283 Intent broadcast = new Intent(action); local 285 broadcast.putExtra(EXTRA_TAG, tag); 286 broadcast.putExtra(EXTRA_CODE, code); 288 context.sendBroadcast(broadcast); 302 Intent broadcast = new Intent(action); local 303 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null); 317 Intent broadcast = new Intent(action); local 318 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null); 332 Intent broadcast = new Intent(action); local 333 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null) [all...] |