Searched defs:targetWhat (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/os/
H A DBroadcaster.java30 * target will be sent a copy of that message with targetWhat in the what field.
32 public void request(int senderWhat, Handler target, int targetWhat) argument
42 r.targetWhats[0] = targetWhat;
81 if (oldTargets[i] == target && oldWhats[i] == targetWhat) {
91 r.targetWhats[n] = targetWhat;
97 * Unregister for notifications for this senderWhat/target/targetWhat tuple.
99 public void cancelRequest(int senderWhat, Handler target, int targetWhat) argument
121 if (targets[i] == target && whats[i] == targetWhat) {

Completed in 42 milliseconds