Searched refs:useContext (Results 1 – 4 of 4) sorted by relevance
353 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 …]
65 return builder.useContext(context).useDefaults().fromMediaItem(item).build(); in toMetadata()97 return builder.useContext(context) in toMetadata()
164 public Builder useContext(Context context) { in useContext() method in Metadata.Builder
171 private IkeSessionParams.Builder createIkeParamsBuilderMinimum(boolean useContext) { in createIkeParamsBuilderMinimum() argument173 useContext in createIkeParamsBuilderMinimum()