Searched refs:serviceIntent (Results 1 – 2 of 2) sorted by relevance
178 Intent serviceIntent = new Intent(); in bindServiceAsUser() local184 serviceIntent, serviceConnection, flags, Process.myUserHandle())) in bindServiceAsUser()192 Intent serviceIntent = new Intent(); in bindService() local196 assertThat(context.bindService(serviceIntent, serviceConnection, flags)).isTrue(); in bindService()204 Intent serviceIntent = new Intent(action); in bindService_unbindable() local209 assertThat(context.bindService(serviceIntent, serviceConnection, flags)).isFalse(); in bindService_unbindable()
537 final Intent serviceIntent = new Intent(unboundableAction); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable() local540 assertThat(context.bindService(serviceIntent, expectedServiceConnection, 0)).isFalse(); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()