Searched refs:imsServiceIntent (Results 1 – 2 of 2) sorted by relevance
57 Intent imsServiceIntent = new Intent(mIntentFilter).setComponent(mName); in start() local60 boolean bindStarted = mContext.bindService(imsServiceIntent, this, serviceFlags); in start()
336 Intent imsServiceIntent = new Intent(getServiceInterface()).setComponent( in bind() local343 boolean bindSucceeded = startBindToService(imsServiceIntent, in bind()