Home | History | Annotate | Download | only in os

Lines Matching refs:h2

135             Handler h2;
140 h2 = new H();
143 b.request(MESSAGE_B, h2, MESSAGE_D);
170 Handler h2;
175 h2 = new H();
178 b.request(MESSAGE_B, h2, MESSAGE_D);
187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) {
205 Handler h2;
210 h2 = new H();
213 b.request(MESSAGE_A, h2, MESSAGE_D);
214 b.cancelRequest(MESSAGE_A, h2, MESSAGE_D);