Searched refs:mBindIntent (Results 1 – 2 of 2) sorted by relevance
104 private final Intent mBindIntent; field in ChildProcessConnection.ChildServiceConnectionImpl112 mBindIntent = bindIntent; in ChildServiceConnectionImpl()122 mBound = mContext.bindService(mBindIntent, this, mBindFlags); in bind()
51 private final Intent mBindIntent; field in ChildProcessConnectionTest.ChildServiceConnectionMock57 mBindIntent = bindIntent; in ChildServiceConnectionMock()86 return mBindIntent; in getBindIntent()