Searched refs:fingerprints (Results 1 – 2 of 2) sorted by relevance
188 String fingerprints = getFingerprints(key); in handleMessage() local190 if (!fingerprints.equals(mFingerprints)) { in handleMessage()192 + fingerprints + ", expected " + mFingerprints); in handleMessage()246 private void showConfirmationDialog(String key, String fingerprints) { in showConfirmationDialog() argument253 dialogIntent.putExtra("fingerprints", fingerprints); in showConfirmationDialog()
58 String fingerprints = intent.getStringExtra("fingerprints"); in onCreate() local61 if (fingerprints == null || mKey == null) { in onCreate()69 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints); in onCreate()