Searched defs:RemoteFillService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java63 final class RemoteFillService implements DeathRecipient { class in inherits:DeathRecipient
64 private static final String LOG_TAG = "RemoteFillService";
112 void onServiceDied(RemoteFillService service);
115 public RemoteFillService(Context context, ComponentName componentName, method in class:RemoteFillService
128 RemoteFillService::handleDestroy, this));
144 RemoteFillService::handleBinderDied, this));
196 RemoteFillService::handlePendingRequest, this, pendingRequest));
226 obtainMessage(RemoteFillService::handleUnbind, this)
387 service.linkToDeath(RemoteFillService.this, 0);
426 private final WeakReference<RemoteFillService> mWeakServic
[all...]

Completed in 340 milliseconds