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

  /frameworks/base/core/java/android/print/
PrintJobInfo.java 194 private Bundle mAdvancedOptions;
223 mAdvancedOptions = other.mAdvancedOptions;
250 mAdvancedOptions = parcel.readBundle();
252 if (mAdvancedOptions != null) {
253 Preconditions.checkArgument(!mAdvancedOptions.containsKey(null));
591 return mAdvancedOptions != null && mAdvancedOptions.containsKey(key);
601 if (mAdvancedOptions != null) {
602 return mAdvancedOptions.getString(key)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 214 private AdvancedOptionsPreference mAdvancedOptions;
408 } else if (preference == mAdvancedOptions) {
651 mAdvancedOptions = (AdvancedOptionsPreference) prefSet.findPreference(
    [all...]

Completed in 66 milliseconds