Searched refs:isFull (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java153 isFull() { method in class:CdmaCall
H A DCdmaCallTracker.java365 && !mBackgroundCall.isFull()
366 && !mForegroundCall.isFull();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java154 isFull() { method in class:GsmCall
H A DGsmCallTracker.java314 && !mBackgroundCall.isFull()
315 && !mForegroundCall.isFull();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java165 isFull() { method in class:ImsPhoneCall
H A DImsPhoneCallTracker.java565 && !mBackgroundCall.isFull()
566 && !mForegroundCall.isFull();
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1420 if (mControllerNumbers.isFull()) {
H A DInputReader.cpp6136 if (id < 0 && !mPointerIdBits.isFull()) {

Completed in 218 milliseconds