Home
last modified time | relevance | path

Searched defs:projection (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DCastDeviceTest.kt325 val projection = in projectionToCastDevice_idMatchesPackage() constant
337 val projection = in projectionToCastDevice_name_packageIsHeadlessRemote_isEmpty() constant
349 val projection = in projectionToCastDevice_name_packageMissingFromPackageManager_isPackageName() constant
364 val projection = in projectionToCastDevice_name_nameFromPackageManagerEmpty_isPackageName() constant
381 val projection = in projectionToCastDevice_name_packageManagerHasName_isName() constant
398 val projection = mockProjectionInfo() in projectionToCastDevice_descriptionIsCasting() constant
407 val projection = mockProjectionInfo() in projectionToCastDevice_stateIsConnected() constant
416 val projection = mockProjectionInfo() in projectionToCastDevice_tagIsProjection() constant
425 val projection = mockProjectionInfo() in projectionToCastDevice_originIsMediaProjection() constant
/frameworks/base/core/java/android/provider/
DSearchIndexablesProvider.java118 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
154 public abstract Cursor queryXmlResources(String[] projection); in queryXmlResources()
165 public abstract Cursor queryRawData(String[] projection); in queryRawData()
176 public abstract Cursor queryNonIndexableKeys(String[] projection); in queryNonIndexableKeys()
209 public Cursor queryDynamicRawData(@Nullable String[] projection) { in queryDynamicRawData()
DDocumentsProvider.java455 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots()
472 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
505 @NonNull String rootId, @Nullable String[] projection, @Nullable Bundle queryArgs, in queryRecentDocuments()
528 public abstract Cursor queryDocument(String documentId, String[] projection) in queryDocument()
573 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
615 String parentDocumentId, @Nullable String[] projection, @Nullable Bundle queryArgs) in queryChildDocuments()
625 String parentDocumentId, @Nullable String[] projection, @Nullable String sortOrder) in queryChildDocumentsForManage()
666 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
717 @Nullable String[] projection, @NonNull Bundle queryArgs) throws FileNotFoundException { in querySearchDocuments()
875 public final Cursor query(Uri uri, String[] projection, String selection, in query()
[all …]
/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java69 final String[] projection = new String[] { in querySince() local
108 final String[] projection = new String[] { in queryWithUri() local
113 private boolean queryContact(@NonNull Uri uri, @NonNull String[] projection, in queryContact()
120 uri, projection, selection, selectionArgs, /* sortOrder= */ null)) { in queryContact() argument
167 String[] projection = new String[] { in queryPhoneNumber() local
172 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, projection, selection, in queryPhoneNumber() argument
DMmsQueryHelper.java70 String[] projection = new String[] { Mms._ID, Mms.DATE, Mms.MESSAGE_BOX }; in querySince() local
78 Mms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument
118 String[] projection = new String[] { Mms.Addr.ADDRESS, Mms.Addr.TYPE }; in getMmsAddress() local
121 addressUri, projection, null, null, null)) { in getMmsAddress() argument
DSmsQueryHelper.java65 String[] projection = new String[] { Sms._ID, Sms.DATE, Sms.TYPE, Sms.ADDRESS }; in querySince() local
72 Sms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument
DCallLogQueryHelper.java62 String[] projection = new String[] { in querySince() local
68 Calls.CONTENT_URI, projection, selection, selectionArgs, in querySince() argument
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
73 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
84 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection()
115 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
/frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/
DSettingsXmlIndexProvider.java43 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
70 public Cursor queryRawData(String[] projection) { in queryRawData()
83 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java124 String[] projection = { in getKey() local
139 projection, in getKey() argument
204 String[] projection = { in getStatusForAllKeys() local
215 projection, in getStatusForAllKeys() argument
268 String[] projection = { in getAllKeys() local
288 projection, in getAllKeys() argument
349 String[] projection = { in getUserSerialNumbers() local
358 projection, in getUserSerialNumbers() argument
416 String[] projection = { in getBadRemoteGuessCounter() local
426 projection, in getBadRemoteGuessCounter() argument
[all …]
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl86 boolean isCurrentProjection(IMediaProjection projection); in isCurrentProjection()
103 void requestConsentForInvalidProjection(in IMediaProjection projection); in requestConsentForInvalidProjection()
144 in IMediaProjection projection); in setContentRecordingSession()
166 in @nullable IMediaProjection projection); in setUserReviewGrantedConsentResult()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java93 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection()
98 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
112 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
145 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
225 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java228 boolean shouldMediaProjectionPreventReusingConsent(MediaProjection projection) { in shouldMediaProjectionPreventReusingConsent()
329 private void startProjectionLocked(final MediaProjection projection) { in startProjectionLocked()
344 final MediaProjection projection, in stopProjectionLocked()
401 private void dispatchStart(MediaProjection projection) { in dispatchStart()
405 private void dispatchStop(MediaProjection projection) { in dispatchStop()
587 @Nullable IMediaProjection projection) { in setUserReviewGrantedConsentResult()
668 MediaProjection projection; in createProjectionInternal() local
800 MediaProjection projection; in getProjection() local
812 public boolean isCurrentProjection(IMediaProjection projection) { in isCurrentProjection()
929 @NonNull IMediaProjection projection) { in setContentRecordingSession()
[all …]
/frameworks/base/core/tests/coretests/src/android/provider/
DTestDocumentsProvider.java60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
65 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
71 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/
DMediaProjectionPermissionActivity.java161 final IMediaProjection projection = in onCreate() local
377 IMediaProjection projection = in grantMediaProjectionPermission() local
419 IMediaProjection projection) throws RemoteException { in setCommonIntentExtras()
445 @Nullable IMediaProjection projection) { in finish()
/frameworks/base/media/java/android/media/
DAudioPlaybackCaptureConfiguration.java79 MediaProjection projection) { in AudioPlaybackCaptureConfiguration()
158 public Builder(@NonNull MediaProjection projection) { in Builder()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java373 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
386 public Cursor queryChildDocuments(String documentId, String[] projection, String sortOrder) in queryChildDocuments()
401 public final Cursor queryChildDocumentsForManage(String documentId, String[] projection, in queryChildDocumentsForManage()
406 protected Cursor queryChildDocuments(String documentId, String[] projection, String sortOrder, in queryChildDocuments()
449 protected final Cursor querySearchDocuments(File folder, String[] projection, in querySearchDocuments()
706 private String[] resolveProjection(String[] projection) { in resolveProjection()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProvider.kt86 val projection = WallpaperGenerationData.DEFAULT_PROJECTION in <lambda>() constant
/frameworks/base/core/java/android/content/
DCursorLoader.java141 public CursorLoader(Context context, Uri uri, String[] projection, String selection, in CursorLoader()
210 public void setProjection(String[] projection) { in setProjection()
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoPagerLoader.java35 Context context, Uri photosUri, String[] projection) { in PhotoPagerLoader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastControllerImpl.java192 final MediaProjectionInfo projection = (MediaProjectionInfo) device.getTag(); in stopCasting() local
210 private void setProjection(MediaProjectionInfo projection, boolean started) { in setProjection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DFakeProviderWithAsserts.java48 ExpectedQuery(Uri uri, String[] projection, String whereClause, String[] whereArgs, in ExpectedQuery()
102 public Cursor query(Uri uri, String[] projection, String whereClause, String[] whereArgs, in query()
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DAutopilot.kt109 val projection = relativeV.dot(targetVector / targetVector.mag()) in <lambda>() constant
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
DTestContentProvider.java31 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DDisabledProvider.java34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()

12345