HomeSort by relevance Sort by last modified time
    Searched refs:OnFinished (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/app/activity/
IntentSenderTest.java 47 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() {
74 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() {
  /external/chromium_org/extensions/browser/api/hid/
hid_api.h 113 void OnFinished(bool success,
135 void OnFinished(bool success);
156 void OnFinished(bool success,
178 void OnFinished(bool success);
hid_api.cc 208 connection->Read(base::Bind(&HidReceiveFunction::OnFinished, this));
211 void HidReceiveFunction::OnFinished(bool success,
255 buffer, buffer->size(), base::Bind(&HidSendFunction::OnFinished, this));
258 void HidSendFunction::OnFinished(bool success) {
288 base::Bind(&HidReceiveFeatureReportFunction::OnFinished, this));
291 void HidReceiveFeatureReportFunction::OnFinished(
331 base::Bind(&HidSendFeatureReportFunction::OnFinished, this));
334 void HidSendFeatureReportFunction::OnFinished(bool success) {
  /external/compiler-rt/lib/lsan/
lsan_thread.h 26 void OnFinished();
lsan_thread.cc 76 void ThreadContext::OnFinished() {
  /frameworks/base/core/java/android/content/
IntentSender.java 89 public interface OnFinished {
106 private final OnFinished mWho;
112 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) {
146 * @param onFinished The object to call back on when the send has
157 OnFinished onFinished, Handler handler) throws SendIntentException {
158 sendIntent(context, code, intent, onFinished, handler, null);
172 * @param onFinished The object to call back on when the send has
188 OnFinished onFinished, Handler handler, String requiredPermission
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 178 public interface OnFinished {
195 private final OnFinished mWho;
201 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) {
590 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
604 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
623 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
638 * @param onFinished The object to call back on when the send has
644 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
649 public void send(int code, OnFinished onFinished, Handler handler
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 142 void OnFinished(XID target_window,
299 void TestDragDropClient::OnFinished(XID target_window,
456 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
488 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
579 client->OnFinished(toplevel, true, client->GetAtom("XdndActionCopy"));
633 client->OnFinished(toplevel2, true, client->GetAtom("XdndActionCopy"));
702 client->OnFinished(toplevel, false, None);
  /external/compiler-rt/lib/asan/
asan_thread.h 49 void OnFinished();
asan_thread.cc 38 void AsanThreadContext::OnFinished() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 67 virtual void OnFinished() {}
sanitizer_thread_registry.cc 59 OnFinished();
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 254 void OnFinished() {
319 base::Bind(&NotificationListener::OnFinished,
410 base::Bind(&NotificationListener::OnFinished,
  /cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java 39 private PendingIntent.OnFinished mFinish;
48 mFinish = new PendingIntent.OnFinished() {
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java 42 public class GeofenceManager implements LocationListener, PendingIntent.OnFinished {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 124 void ThreadContext::OnFinished() {
tsan_rtl.h 421 void OnFinished();
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 25 import android.app.PendingIntent.OnFinished;
65 public class MediaFocusControl implements OnFinished {
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
LocationManagerService.java 584 private final class Receiver implements IBinder.DeathRecipient, PendingIntent.OnFinished {
    [all...]
ConnectivityService.java 150 implements PendingIntent.OnFinished {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 709 milliseconds

1 2