Home
last modified time | relevance | path

Searched refs:mBindIntent (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessConnection.java104 private final Intent mBindIntent; field in ChildProcessConnection.ChildServiceConnectionImpl
112 mBindIntent = bindIntent; in ChildServiceConnectionImpl()
122 mBound = mContext.bindService(mBindIntent, this, mBindFlags); in bind()
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java51 private final Intent mBindIntent; field in ChildProcessConnectionTest.ChildServiceConnectionMock
57 mBindIntent = bindIntent; in ChildServiceConnectionMock()
86 return mBindIntent; in getBindIntent()