Searched refs:LISTEN_DATA_ACTIVITY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java139 public static final int LISTEN_DATA_ACTIVITY = 0x00000080; field in class:PhoneStateListener
316 Message.obtain(mHandler, LISTEN_DATA_ACTIVITY, direction, 0, null).sendToTarget();
354 case LISTEN_DATA_ACTIVITY:
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java113 PhoneStateListener.LISTEN_DATA_ACTIVITY |
218 if ((events & PhoneStateListener.LISTEN_DATA_ACTIVITY) != 0) {
373 if ((r.events & PhoneStateListener.LISTEN_DATA_ACTIVITY) != 0) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java194 | PhoneStateListener.LISTEN_DATA_ACTIVITY);

Completed in 32 milliseconds