Searched refs:imsServiceIntent (Results 1 – 2 of 2) sorted by relevance
58 Intent imsServiceIntent = new Intent(mIntentFilter).setComponent(mName); in start() local61 boolean bindStarted = mContext.bindService(imsServiceIntent, this, serviceFlags); in start()
377 Intent imsServiceIntent = new Intent(getServiceInterface()).setComponent( in bind() local385 boolean bindSucceeded = mContext.bindService(imsServiceIntent, in bind()