Searched refs:ContentCaptureService (Results 1 – 15 of 15) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/contentcapture/ |
H A D | ContentCaptureService.java | 79 public abstract class ContentCaptureService extends Service { class 81 private static final String TAG = ContentCaptureService.class.getSimpleName(); 155 ContentCaptureService.this, callback)); 161 ContentCaptureService.this)); 175 obtainMessage(ContentCaptureService::handleOnActivitySnapshot, 182 ContentCaptureService.this, sessionId)); 188 ContentCaptureService.this, request)); 194 ContentCaptureService.this, request, callback)); 200 ContentCaptureService.this, event)); 213 ContentCaptureService::handleOnLoginDetected, [all …]
|
H A D | ContentCaptureServiceInfo.java | 102 ContentCaptureService.SERVICE_META_DATA); in ContentCaptureServiceInfo() 124 com.android.internal.R.styleable.ContentCaptureService); in ContentCaptureServiceInfo()
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/ |
H A D | RemoteContentProtectionService.java | 24 import android.service.contentcapture.ContentCaptureService; 54 new Intent(ContentCaptureService.PROTECTION_SERVICE_INTERFACE) in RemoteContentProtectionService()
|
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
H A D | MyContentCaptureService.java | 20 import android.service.contentcapture.ContentCaptureService; 32 public class MyContentCaptureService extends ContentCaptureService {
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | EventLogTags.logtags | 5 # ContentCaptureService connection state change, refer to ContentCapturePerUserService
|
H A D | ContentCaptureServerSession.java | 18 import static android.service.contentcapture.ContentCaptureService.setClientState; 33 import android.service.contentcapture.ContentCaptureService;
|
H A D | ContentCapturePerUserService.java | 19 import static android.service.contentcapture.ContentCaptureService.setClientState; 54 import android.service.contentcapture.ContentCaptureService; 164 ContentCaptureService.SERVICE_INTERFACE, serviceComponentName, in updateRemoteServiceLocked()
|
H A D | ContentCaptureManagerService.java | 21 import static android.service.contentcapture.ContentCaptureService.setClientState;
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | ActivityId.java | 26 import android.service.contentcapture.ContentCaptureService;
|
/aosp14/frameworks/base/core/api/ |
H A D | system-lint-baseline.txt | 46 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto… 48 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto… 50 MissingNullability: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescripto… 66 ProtectedMember: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, … 67 …ot allowed; must be public: method android.service.contentcapture.ContentCaptureService.dump(java.…
|
H A D | system-current.txt | 12226 public abstract class ContentCaptureService extends android.app.Service { 12227 ctor public ContentCaptureService(); 12240 …lic static final String SERVICE_INTERFACE = "android.service.contentcapture.ContentCaptureService";
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 6827 android.service.contentcapture.ContentCaptureService
|
H A D | boot-image-profile.txt | 29620 Landroid/service/contentcapture/ContentCaptureService;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 6831 android.service.contentcapture.ContentCaptureService
|
H A D | boot-image-profile.txt | 39727 Landroid/service/contentcapture/ContentCaptureService;
|