Home
last modified time | relevance | path

Searched defs:bindIntent (Results 1 – 12 of 12) sorted by relevance

/external/cronet/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java63 Intent bindIntent, ChildServiceConnectionDelegate delegate) { in ChildServiceConnectionMock()
229 Intent bindIntent = mFirstServiceConnection.getBindIntent(); in testServiceBundle() local
582 Intent bindIntent = mFirstServiceConnection.getBindIntent(); in testFallback() local
609 Intent bindIntent = mMockConnections.get(i).getBindIntent(); in testFallback() local
653 Intent bindIntent = mMockConnections.get(i).getBindIntent(); in testFallbackOnBindServiceFailure() local
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DDefaultProfileBinder.java32 Intent bindIntent = new Intent(); in createIntent() local
DReflectionUtilities.java75 Context context, Intent bindIntent, ServiceConnection connection, UserHandle otherUserHandle) in bindServiceAsUser()
DDpcUserBinder.java53 Intent bindIntent = new Intent(); in tryBind() local
DDpcProfileBinder.java58 Intent bindIntent = new Intent(); in tryBind() local
DDefaultUserBinder.java65 Intent bindIntent = new Intent(); in tryBind() local
DAbstractProfileBinder.java69 Intent bindIntent = createIntent(context, bindToService); in tryBind() local
/external/cronet/base/android/java/src/org/chromium/base/process_launcher/
DChildServiceConnectionFactory.java10 ChildServiceConnection createConnection(Intent bindIntent, int bindFlags, in createConnection()
DChildServiceConnectionImpl.java34 /* package */ ChildServiceConnectionImpl(Context context, Intent bindIntent, int bindFlags, in ChildServiceConnectionImpl()
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java56 Intent bindIntent, ChildProcessConnection.ChildServiceConnectionDelegate delegate) { in ChildServiceConnectionMock()
187 Intent bindIntent = mFirstServiceConnection.getBindIntent(); in testServiceBundle() local
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessConnection.java89 Intent bindIntent, int bindFlags, ChildServiceConnectionDelegate delegate); in createConnection()
109 private ChildServiceConnectionImpl(Context context, Intent bindIntent, int bindFlags, in ChildServiceConnectionImpl()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DRobolectricTestUtilities.java274 Intent bindIntent = new Intent(); in setBinding() local