Home | History | Annotate | Download | only in btservice

Lines Matching defs:capture

85         verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
101 verify(mAdapterService, times(2)).sendBroadcast(mIntentArgument.capture(),
102 mStringArgument.capture());
168 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
181 verify(mAdapterService, times(2)).sendBroadcast(mIntentArgument.capture(),
182 mStringArgument.capture());
197 verify(mAdapterService, times(3)).sendBroadcast(mIntentArgument.capture(),
198 mStringArgument.capture());
214 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
229 verify(mAdapterService, times(2)).sendBroadcast(mIntentArgument.capture(),
230 mStringArgument.capture());
241 verify(mAdapterService, times(3)).sendBroadcast(mIntentArgument.capture(),
242 mStringArgument.capture());
258 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
275 verify(mAdapterService, times(3)).sendBroadcast(mIntentArgument.capture(),
276 mStringArgument.capture());
291 verify(mAdapterService, times(4)).sendBroadcast(mIntentArgument.capture(),
292 mStringArgument.capture());
309 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());
338 verify(mAdapterService).sendBroadcast(mIntentArgument.capturecapture());
360 verify(mAdapterService).sendBroadcast(mIntentArgument.capture(), mStringArgument.capture());