Home
last modified time | relevance | path

Searched refs:mProjection (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioPlaybackCaptureConfiguration.java76 private final MediaProjection mProjection; field in AudioPlaybackCaptureConfiguration
81 mProjection = projection; in AudioPlaybackCaptureConfiguration()
89 return mProjection; in getMediaProjection()
153 private final MediaProjection mProjection; field in AudioPlaybackCaptureConfiguration.Builder
166 mProjection = projection; in Builder()
247 mProjection); in build()
/frameworks/base/core/java/android/content/
DCursorLoader.java53 String[] mProjection; field in CursorLoader
72 Cursor cursor = getContext().getContentResolver().query(mUri, mProjection, mSelection, in loadInBackground()
146 mProjection = projection; in CursorLoader()
207 return mProjection; in getProjection()
211 mProjection = projection; in setProjection()
243 writer.println(Arrays.toString(mProjection)); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastControllerImpl.java68 private MediaProjectionInfo mProjection; field in CastControllerImpl
77 mProjection = mProjectionManager.getActiveProjectionInfo(); in CastControllerImpl()
93 pw.print(" mProjection="); pw.println(mProjection); in dump()
181 if (mProjection != null) { in getCastDevices()
183 device.id = mProjection.getPackageName(); in getCastDevices()
184 device.name = getAppName(mProjection.getPackageName()); in getCastDevices()
187 device.tag = mProjection; in getCastDevices()
227 final MediaProjectionInfo oldProjection = mProjection; in setProjection()
229 final boolean isCurrent = Objects.equals(projection, mProjection); in setProjection()
231 mProjection = projection; in setProjection()
[all …]
DSensitiveNotificationProtectionControllerImpl.java71 private volatile MediaProjectionInfo mProjection; field in SensitiveNotificationProtectionControllerImpl
281 if (mProjection != null) { in updateExemptPackagesAndNotifyListeners()
282 updateProjectionStateAndNotifyListeners(mProjection); in updateExemptPackagesAndNotifyListeners()
297 mProjection = getNonExemptProjectionInfo(info); in updateProjectionStateAndNotifyListeners()
348 return mProjection != null; in isSensitiveStateActive()
357 MediaProjectionInfo projection = mProjection; in shouldProtectNotification()
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoPagerLoader.java32 private final String[] mProjection; field in PhotoPagerLoader
38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION; in PhotoPagerLoader()
48 setProjection(mProjection); in loadInBackground()
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java72 private final String[] mProjection; field in Queries.Query
88 mProjection = projection; in Query()
94 return mProjection; in getProjection()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java117 private String[] mProjection; field in Intents.PhotoViewIntentBuilder
189 mProjection = projection; in setProjection()
319 if (mProjection != null) { in build()
320 mIntent.putExtra(EXTRA_PROJECTION, mProjection); in build()
DPhotoViewController.java140 private String[] mProjection; field in PhotoViewController
269 mProjection = intent.getStringArrayExtra(Intents.EXTRA_PROJECTION); in onCreate()
271 mProjection = null; in onCreate()
571 return new PhotoPagerLoader(mActivity.getContext(), Uri.parse(mPhotosUri), mProjection); in onCreateLoader()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DFakeProviderWithAsserts.java42 private final String[] mProjection; field in FakeProviderWithAsserts.ExpectedQuery
51 mProjection = projection; in ExpectedQuery()
106 assertThat(projection).isEqualTo(expectedQuery.mProjection); in query()
/frameworks/base/rs/java/android/renderscript/
DProgramVertexFixedFunction.java209 Matrix4f mProjection; field in ProgramVertexFixedFunction.Constants
232 mProjection = new Matrix4f(); in Constants()
280 mProjection.load(m); in setProjection()
/frameworks/base/services/core/java/com/android/server/display/
DVirtualDisplayAdapter.java258 @Nullable private final IMediaProjection mProjection; field in VirtualDisplayAdapter.VirtualDisplayDevice
293 mProjection = projection; in VirtualDisplayDevice()
309 if (mProjection != null && mMediaProjectionCallback != null) { in binderDied()
311 mProjection.unregisterCallback(mMediaProjectionCallback); in binderDied()
326 if (mProjection != null && mMediaProjectionCallback != null) { in destroyLocked()
328 mProjection.unregisterCallback(mMediaProjectionCallback); in destroyLocked()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicy.java131 private final MediaProjection mProjection; field in AudioPolicy
147 return mProjection; in getMediaProjection()
184 mProjection = projection; in AudioPolicy()
200 private MediaProjection mProjection; field in AudioPolicy.Builder
321 mProjection = projection; in setMediaProjection()
348 mVolCb, mProjection); in build()
785 canProjectAudio = mProjection != null && mProjection.getProjection().canProjectAudio(); in policyReadyToUse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DCastControllerImplTest.java45 MediaProjectionInfo mProjection; field in CastControllerImplTest
54 when(mMediaProjectionManager.getActiveProjectionInfo()).thenReturn(mProjection); in setUp()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java650 final String[] mProjection; field in Content.QueryCommand
655 mProjection = projection; in QueryCommand()
662 resolveCallingPackage(), null), mUri, mProjection, mExtras, null); in onExecute()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java13441 final IMediaProjection mProjection; field in AudioService.AudioPolicyProxy
13480 mProjection = projection; in AudioPolicyProxy()
13493 if (mProjection != null) { in AudioPolicyProxy()
13496 mProjection.registerCallback(mProjectionCallback); in AudioPolicyProxy()
13540 mProjection.unregisterCallback(mProjectionCallback); in release()
13827 textDump += " media projection= " + mProjection + "\n"; in toLogFriendlyString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10314 Landroid/content/CursorLoader;->mProjection:[Ljava/lang/String;
45584 Landroid/renderscript/ProgramVertexFixedFunction$Constants;->mProjection:Landroid/renderscript/Matr…