Searched refs:bindToService (Results 1 – 10 of 10) sorted by relevance
103 bindToService(serviceIntent); in registerProjectionRunner()119 private void bindToService(Intent serviceIntent) { in bindToService() method in CarProjectionService
61 mToken = MusicUtils.bindToService(this, autoshuffle); in initApp()
165 public static ServiceToken bindToService(Activity context) { in bindToService() method in MusicUtils166 return bindToService(context, null); in bindToService()169 public static ServiceToken bindToService(Activity context, ServiceConnection callback) { in bindToService() method in MusicUtils
59 mToken = MusicUtils.bindToService(this); in onCreate()
80 mToken = MusicUtils.bindToService(this, this); in onCreate()
94 mToken = MusicUtils.bindToService(this, new ServiceConnection() { in onCreate()
97 mToken = MusicUtils.bindToService(this, this); in onCreate()
95 mToken = MusicUtils.bindToService(this, this); in onCreate()
463 mToken = MusicUtils.bindToService(this, osc); in onStart()
164 mToken = MusicUtils.bindToService(this, this); in onCreate()