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

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 71 boolean preferForeground; // The current selection mode for this category
136 boolean preferForeground = false;
138 preferForeground = Settings.Secure.getInt(mContext.getContentResolver(),
143 paymentPreferForegroundChanged = (preferForeground != mPaymentDefaults.preferForeground);
144 mPaymentDefaults.preferForeground = preferForeground;
233 if (!mPaymentDefaults.preferForeground) {
380 pw.println(" Payment settings allows override: " + mPaymentDefaults.preferForeground);
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 266 boolean preferForeground = false;
268 preferForeground = Settings.Secure.getInt(mContext.getContentResolver(),
272 return preferForeground;

Completed in 65 milliseconds