Searched defs:bindIntent (Results 1 – 7 of 7) sorted by relevance
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
D | DefaultProfileBinder.java | 32 Intent bindIntent = new Intent(); in createIntent() local
|
D | ReflectionUtilities.java | 75 Context context, Intent bindIntent, ServiceConnection connection, UserHandle otherUserHandle) in bindServiceAsUser()
|
D | DpcProfileBinder.java | 58 Intent bindIntent = new Intent(); in tryBind() local
|
D | AbstractProfileBinder.java | 69 Intent bindIntent = createIntent(context, bindToService); in tryBind() local
|
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/ |
D | ChildProcessConnectionTest.java | 56 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/ |
D | ChildProcessConnection.java | 89 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/ |
D | RobolectricTestUtilities.java | 261 Intent bindIntent = new Intent(); in setBinding() local
|