Searched refs:BIND_NOT_FOREGROUND (Results 1 – 23 of 23) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ConnectionRecord.java | 74 if ((flags&Context.BIND_NOT_FOREGROUND) != 0) { in toString()
|
D | ActivityManagerService.java | 19772 if ((cr.flags&Context.BIND_NOT_FOREGROUND) == 0) { in computeOomAdjLocked() 19848 if ((cr.flags&Context.BIND_NOT_FOREGROUND) == 0) { in computeOomAdjLocked()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | PacManager.java | 332 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind() 370 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 188 BIND_NOT_FOREGROUND, 241 public static final int BIND_NOT_FOREGROUND = 0x0004; field in Context
|
/frameworks/base/services/core/java/com/android/server/ |
D | ServiceWatcher.java | 297 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE, in bindToPackageLocked()
|
D | InputMethodManagerService.java | 1476 | Context.BIND_NOT_VISIBLE | Context.BIND_NOT_FOREGROUND in startInputInnerLocked()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobServiceContext.java | 196 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND, in executeRunnableJob()
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | bound-services.jd | 583 및 {@link android.content.Context#BIND_NOT_FOREGROUND}, 또는 값이 없는 경우 {@code 0}입니다.</li>
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | bound-services.jd | 583 和 {@link android.content.Context#BIND_NOT_FOREGROUND},或 {@code 0}(表示无)。</li>
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | bound-services.jd | 583 и {@link android.content.Context#BIND_NOT_FOREGROUND} или {@code 0}, если значение отсутствует.</li>
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | bound-services.jd | 581 …ontent.Context#BIND_DEBUG_UNBIND} と {@link android.content.Context#BIND_NOT_FOREGROUND} か、未指定の {@c…
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | bound-services.jd | 581 …content.Context#BIND_DEBUG_UNBIND}和 {@link android.content.Context#BIND_NOT_FOREGROUND},或者 {@code …
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 475 if (bindServiceAsUser(serviceIntent, conn, BIND_AUTO_CREATE | BIND_NOT_FOREGROUND, in queryTargetServices()
|
/frameworks/base/docs/html-intl/intl/id/guide/components/ |
D | bound-services.jd | 583 dan {@link android.content.Context#BIND_NOT_FOREGROUND}, atau {@code 0} untuk tidak satu pun.</li>
|
/frameworks/base/docs/html-intl/intl/in/guide/components/ |
D | bound-services.jd | 583 dan {@link android.content.Context#BIND_NOT_FOREGROUND}, atau {@code 0} untuk tidak satu pun.</li>
|
/frameworks/base/docs/html/guide/components/ |
D | bound-services.jd | 626 and {@link android.content.Context#BIND_NOT_FOREGROUND}, or {@code 0} for none.</li>
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | bound-services.jd | 583 e {@link android.content.Context#BIND_NOT_FOREGROUND}, ou {@code 0} para nada.</li>
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 1710 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND in bindToSyncAdapter()
|
/frameworks/base/docs/html-intl/intl/vi/guide/components/ |
D | bound-services.jd | 583 và {@link android.content.Context#BIND_NOT_FOREGROUND}, hoặc {@code 0} trong trường hợp không có.</…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7234 field public static final int BIND_NOT_FOREGROUND = 4; // 0x4
|
/frameworks/base/api/ |
D | current.txt | 8166 field public static final int BIND_NOT_FOREGROUND = 4; // 0x4
|
D | system-current.txt | 8495 field public static final int BIND_NOT_FOREGROUND = 4; // 0x4
|
D | test-current.txt | 8177 field public static final int BIND_NOT_FOREGROUND = 4; // 0x4
|