Home
last modified time | relevance | path

Searched refs:hasConnection (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java367 if (hasConnection(callId)) {
420 if (hasConnection(callId)) {
429 if (hasConnection(callId)) {
439 if (hasConnection(callId)) {
458 if (hasConnection(callId)) {
469 if (hasConnection(callId)) {
480 if (hasConnection(callId)) {
491 if (hasConnection(callId)) {
651 private boolean hasConnection(String callId) { in hasConnection() method in RemoteConnectionService
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java140 boolean hasConnection() { in hasConnection() method in InputMethodBindingController
372 if (hasConnection()) { in unbindCurrentMethod()
502 if (hasConnection() && !isVisibleBound()) { in setCurrentMethodVisible()
510 if (!hasConnection()) { in setCurrentMethodVisible()
H A DInputMethodManagerService.java647 return mBindingController.hasConnection(); in hasConnectionLocked()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodBindingControllerTest.java161 assertThat(mBindingController.hasConnection()).isTrue(); in testBindCurrentMethodWithMainConnection()
205 assertThat(mBindingController.hasConnection()).isFalse(); in testUnbindCurrentMethod()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java259 public boolean hasConnection() { in hasConnection() method in SQLiteSession
H A DSQLiteDatabase.java810 return getThreadSession().hasConnection(); in isDbLockedByCurrentThread()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14816 Landroid/database/sqlite/SQLiteSession;->hasConnection()Z
52577 Landroid/telecom/RemoteConnectionService;->hasConnection(Ljava/lang/String;)Z