HomeSort by relevance Sort by last modified time
    Searched defs:shouldSendToVoicemail (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
CallerInfo.java 133 public boolean shouldSendToVoicemail;
300 info.shouldSendToVoicemail = (columnIndex != -1) && ((cursor.getInt(columnIndex)) == 1);
557 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 121 public boolean shouldSendToVoicemail;
280 info.shouldSendToVoicemail = (columnIndex != -1) &&
667 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail)
  /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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 159 milliseconds