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 200 private Bundle mAdvancedOptions;
229 mAdvancedOptions = other.mAdvancedOptions;
256 mAdvancedOptions = parcel.readBundle();
258 if (mAdvancedOptions != null) {
259 Preconditions.checkArgument(!mAdvancedOptions.containsKey(null));
597 return mAdvancedOptions != null && mAdvancedOptions.containsKey(key);
607 if (mAdvancedOptions != null) {
608 return mAdvancedOptions.getString(key)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 298 private AdvancedOptionsPreference mAdvancedOptions;
511 } else if (preference == mAdvancedOptions) {
    [all...]

Completed in 61 milliseconds