OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldBind
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java
159
if (mActiveConnection == null &&
shouldBind
()) {
166
if (
shouldBind
()) {
173
private boolean
shouldBind
() {
/frameworks/base/services/core/java/com/android/server/tv/
TvRemoteProviderProxy.java
121
if (mActiveConnection == null &&
shouldBind
()) {
129
if (
shouldBind
()) {
136
private boolean
shouldBind
() {
TvInputManagerService.java
606
boolean
shouldBind
;
608
shouldBind
= !serviceState.sessionTokens.isEmpty() || serviceState.isHardware;
614
shouldBind
= !serviceState.sessionTokens.isEmpty();
617
if (serviceState.service == null &&
shouldBind
) {
634
} else if (serviceState.service != null && !
shouldBind
) {
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java
160
if (mActiveConnection == null &&
shouldBind
()) {
167
if (
shouldBind
()) {
174
private boolean
shouldBind
() {
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
Completed in 174 milliseconds