Searched refs:isBound (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLocalSocket.java35 private boolean isBound; field in class:LocalSocket
43 isBound = false;
52 isBound = true;
63 this.isBound = false;
110 isBound = true;
125 if (isBound) {
131 isBound = true;
237 public synchronized boolean isBound() { method in class:LocalSocket
238 return isBound;
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java415 boolean isBound = context.bindService(new Intent(IKeyChainService.class.getName()),
418 if (!isBound) {

Completed in 37 milliseconds