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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
OperatorNameView.java 122 boolean hasMobile = ConnectivityManager.from(mContext)
125 if (!hasMobile || airplaneMode) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EmergencyCryptkeeperText.java 90 boolean hasMobile = ConnectivityManager.from(mContext)
95 if (!hasMobile || airplaneMode) {
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonemetadata.java 398 private boolean hasMobile;
400 public boolean hasMobile() { return hasMobile; }
406 hasMobile = true;
842 objectOutput.writeBoolean(hasMobile);
843 if (hasMobile) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 229 milliseconds