HomeSort by relevance Sort by last modified time
    Searched full:errstring (Results 26 - 39 of 39) sorted by null

12

  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintSettings.java 179 public void onAuthenticationError(int errMsgId, CharSequence errString) {
180 mHandler.obtainMessage(MSG_FINGER_AUTH_ERROR, errMsgId, 0, errString)
199 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) {
202 Toast.makeText(activity, errString, Toast.LENGTH_SHORT);
    [all...]
FingerprintEnrollEnrolling.java 271 public void onEnrollmentError(int errMsgId, CharSequence errString) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
FingerprintUnlockController.java 290 public void onFingerprintError(int msgId, String errString) {
  /external/blktrace/btreplay/
btrecord.c 185 static inline void fatal(const char *errstring, const int exitval,
190 if (errstring)
191 perror(errstring);
btreplay.c 206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval,
217 if (errstring)
218 perror(errstring);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 482 private void handleFingerprintError(int msgId, String errString) {
493 cb.onFingerprintError(msgId, errString);
763 public void onAuthenticationError(int errMsgId, CharSequence errString) {
764 handleFingerprintError(errMsgId, errString.toString());
    [all...]
  /external/opencv3/doc/pattern_tools/
svgfig.py     [all...]
  /external/libpcap/
pcap-dlpi.c 1107 static char errstring[6+2+8+1]; local
1209 sprintf(errstring, "Error %02x", dl_errno);
1210 return (errstring);
    [all...]
  /external/libxml2/
xmlregexp.c 348 xmlChar *errString; /* the string raising the error */
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1072 ** Call error with errstring and return zero on errors.
1076 gethms(const char *string, const char *const errstring, const int signable)
1095 error("%s", errstring);
1101 error("%s", errstring);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 1697 milliseconds

12