Searched refs:mAccepted (Results 1 – 4 of 4) sorted by relevance
45 private char[] mAccepted; field in DigitsKeyListener70 return mAccepted; in getAcceptedChars()124 mAccepted = COMPATIBILITY_CHARACTERS[kind]; in setToCompat()130 mNeedsAdvancedInput = !ArrayUtils.containsAll(COMPATIBILITY_CHARACTERS[kind], mAccepted); in calculateNeedForAdvancedInput()205 mAccepted = NumberKeyListener.collectionToArray(chars); in DigitsKeyListener()214 mAccepted = new char[accepted.length()]; in DigitsKeyListener()215 accepted.getChars(0, accepted.length(), mAccepted, 0); in DigitsKeyListener()
90 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING; field in BluetoothOppObexServerSession192 if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED) { in onPut()281 if (!mServerBlocking && (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()282 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut()341 mAccepted = mInfo.mConfirm; in onPut()344 Log.v(TAG, "after confirm: userAccepted=" + mAccepted); in onPut()350 if (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()351 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onPut()352 || mAccepted == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED) { in onPut()398 } else if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED in onPut()[all …]
60 private boolean mAccepted; field in ShortcutRequestPinProcessor.PinItemRequestInner100 return !mAccepted; in isValid()124 if (mAccepted) { in accept()127 mAccepted = true; in accept()
59671 Landroid/text/method/DigitsKeyListener;->mAccepted:[C