Home
last modified time | relevance | path

Searched refs:ContentCaptureService (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/service/contentcapture/
DContentCaptureService.java70 public abstract class ContentCaptureService extends Service { class
72 private static final String TAG = ContentCaptureService.class.getSimpleName();
131 mHandler.sendMessage(obtainMessage(ContentCaptureService::handleOnConnected,
132 ContentCaptureService.this, callback));
137 mHandler.sendMessage(obtainMessage(ContentCaptureService::handleOnDisconnected,
138 ContentCaptureService.this));
144 mHandler.sendMessage(obtainMessage(ContentCaptureService::handleOnCreateSession,
145 ContentCaptureService.this, context, sessionId, uid, clientReceiver,
152 obtainMessage(ContentCaptureService::handleOnActivitySnapshot,
153 ContentCaptureService.this, sessionId, snapshotData));
[all …]
DContentCaptureServiceInfo.java102 ContentCaptureService.SERVICE_META_DATA); in ContentCaptureServiceInfo()
124 com.android.internal.R.styleable.ContentCaptureService); in ContentCaptureServiceInfo()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java18 import static android.service.contentcapture.ContentCaptureService.setClientState;
32 import android.service.contentcapture.ContentCaptureService;
DContentCapturePerUserService.java19 import static android.service.contentcapture.ContentCaptureService.setClientState;
53 import android.service.contentcapture.ContentCaptureService;
154 ContentCaptureService.SERVICE_INTERFACE, serviceComponentName, in updateRemoteServiceLocked()
/frameworks/base/non-updatable-api/
Dsystem-lint-baseline.txt56 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
58 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
60 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
82 ProtectedMember: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, …
Dsystem-current.txt7078 public abstract class ContentCaptureService extends android.app.Service {
7079 ctor public ContentCaptureService();
7091 …lic static final String SERVICE_INTERFACE = "android.service.contentcapture.ContentCaptureService";
/frameworks/base/api/
Dsystem-lint-baseline.txt54 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
56 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
58 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
146 NoClone: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, java.io.…
159 ProtectedMember: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, …
Dtest-lint-baseline.txt464 InterfaceConstant: android.service.contentcapture.ContentCaptureService#SERVICE_INTERFACE:
1432 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
1434 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
1436 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto…
2298 NoClone: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, java.io.…
2385 OnNameExpected: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, j…
2515 ProtectedMember: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, …
Dtest-current.txt2892 public abstract class ContentCaptureService extends android.app.Service {
2893 ctor public ContentCaptureService();
2905 …lic static final String SERVICE_INTERFACE = "android.service.contentcapture.ContentCaptureService";
Dsystem-current.txt7180 public abstract class ContentCaptureService extends android.app.Service {
7181 ctor public ContentCaptureService();
7193 …lic static final String SERVICE_INTERFACE = "android.service.contentcapture.ContentCaptureService";
/frameworks/base/cmds/statsd/src/
Datoms.proto5474 * frameworks/base/core/java/android/service/contentcapture/ContentCaptureService.java