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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 32 * Subclasses implement {@link #handleSmsMessage}, which returns true to transition into waiting
100 * Send a message with the specified object for {@link #handleSmsMessage}.
155 if (handleSmsMessage(msg)) {
215 protected abstract boolean handleSmsMessage(Message message);
CellBroadcastHandler.java 69 protected boolean handleSmsMessage(Message message) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 74 protected boolean handleSmsMessage(Message message) {
83 return super.handleSmsMessage(message);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 82 protected boolean handleSmsMessage(Message message) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 63 milliseconds