Searched refs:ContentCaptureService (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/service/contentcapture/ |
D | ContentCaptureService.java | 70 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 …]
|
D | ContentCaptureServiceInfo.java | 102 ContentCaptureService.SERVICE_META_DATA); in ContentCaptureServiceInfo() 124 com.android.internal.R.styleable.ContentCaptureService); in ContentCaptureServiceInfo()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureServerSession.java | 18 import static android.service.contentcapture.ContentCaptureService.setClientState; 32 import android.service.contentcapture.ContentCaptureService;
|
D | ContentCapturePerUserService.java | 19 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/ |
D | system-lint-baseline.txt | 56 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, …
|
D | system-current.txt | 7078 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/ |
D | system-lint-baseline.txt | 54 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, …
|
D | test-lint-baseline.txt | 464 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, …
|
D | test-current.txt | 2892 public abstract class ContentCaptureService extends android.app.Service { 2893 ctor public ContentCaptureService(); 2905 …lic static final String SERVICE_INTERFACE = "android.service.contentcapture.ContentCaptureService";
|
D | system-current.txt | 7180 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/ |
D | atoms.proto | 5474 * frameworks/base/core/java/android/service/contentcapture/ContentCaptureService.java
|