Home
last modified time | relevance | path

Searched refs:useContext (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/
DMetadataTest.java353 new Metadata.Builder().useContext(mMockContext).fromMediaMetadata(m).build(); in testBuildMetadataFromMediaMetadataWithUriArt()
373 new Metadata.Builder().useContext(mMockContext).fromMediaMetadata(m).build(); in testBuildMetadataFromMediaMetadataWithUriAlbumArt()
393 new Metadata.Builder().useContext(mMockContext).fromMediaMetadata(m).build(); in testBuildMetadataFromMediaMetadataWithUriDisplayIcon()
434 new Metadata.Builder().useContext(mMockContext).fromMediaMetadata(m).build(); in testBuildMetadataFromMediaMetadataWithUriAndUrisDisabled()
503 .useContext(mMockContext) in testBuildMetadataFromMediaDescriptionWithIconUri()
657 new Metadata.Builder().useContext(mMockContext).fromBundle(bundle).build(); in testBuildMetadataFromBundleWithUriArt()
679 new Metadata.Builder().useContext(mMockContext).fromBundle(bundle).build(); in testBuildMetadataFromBundleWithUriAlbumArt()
701 new Metadata.Builder().useContext(mMockContext).fromBundle(bundle).build(); in testBuildMetadataFromBundleWithUriDisplayIcon()
744 new Metadata.Builder().useContext(mMockContext).fromBundle(bundle).build(); in testBuildMetadataFromBundleWithUriAndUrisDisabled()
817 new Metadata.Builder().useContext(mMockContext).fromMediaItem(item).build(); in testBuildMetadataFromMediaItemWithIconUri()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/helpers/
DUtil.java65 return builder.useContext(context).useDefaults().fromMediaItem(item).build(); in toMetadata()
97 return builder.useContext(context) in toMetadata()
DMetadata.java164 public Builder useContext(Context context) { in useContext() method in Metadata.Builder
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionParamsTest.java171 private IkeSessionParams.Builder createIkeParamsBuilderMinimum(boolean useContext) { in createIkeParamsBuilderMinimum() argument
173 useContext in createIkeParamsBuilderMinimum()