Home
last modified time | relevance | path

Searched refs:bindToService (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java103 bindToService(serviceIntent); in registerProjectionRunner()
119 private void bindToService(Intent serviceIntent) { in bindToService() method in CarProjectionService
/packages/apps/Music/src/com/android/music/
DMusicBrowserActivity.java61 mToken = MusicUtils.bindToService(this, autoshuffle); in initApp()
DMusicUtils.java165 public static ServiceToken bindToService(Activity context) { in bindToService() method in MusicUtils
166 return bindToService(context, null); in bindToService()
169 public static ServiceToken bindToService(Activity context, ServiceConnection callback) { in bindToService() method in MusicUtils
DMediaPickerActivity.java59 mToken = MusicUtils.bindToService(this); in onCreate()
DQueryBrowserActivity.java80 mToken = MusicUtils.bindToService(this, this); in onCreate()
DPlaylistBrowserActivity.java94 mToken = MusicUtils.bindToService(this, new ServiceConnection() { in onCreate()
DAlbumBrowserActivity.java97 mToken = MusicUtils.bindToService(this, this); in onCreate()
DArtistAlbumBrowserActivity.java95 mToken = MusicUtils.bindToService(this, this); in onCreate()
DMediaPlaybackActivity.java463 mToken = MusicUtils.bindToService(this, osc); in onStart()
DTrackBrowserActivity.java164 mToken = MusicUtils.bindToService(this, this); in onCreate()