HomeSort by relevance Sort by last modified time
    Searched refs:LISTEN_CALL_ADDED (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java 222 InCallServiceImpl.CallListener.LISTEN_CALL_ADDED);
228 InCallServiceImpl.CallListener.LISTEN_CALL_ADDED);
InCallServiceImpl.java 48 public static final int LISTEN_CALL_ADDED = 1 << 0;
50 public static final int LISTEN_ALL = LISTEN_CALL_ADDED | LISTEN_CALL_REMOVED;
64 if ((sListenedEvents & LISTEN_CALL_ADDED)
65 == LISTEN_CALL_ADDED) {
    [all...]

Completed in 440 milliseconds