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

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
PhoneUnlockController.java 42 private String mTokenHandleKey;
63 mTokenHandleKey = context.getString(R.string.pref_key_token_handle);
107 long handle = prefs.getLong(mTokenHandleKey, -1);
PhoneEnrolmentController.java 44 private String mTokenHandleKey;
65 mTokenHandleKey = context.getString(R.string.pref_key_token_handle);
192 prefs.edit().putLong(mTokenHandleKey, handle).apply();

Completed in 68 milliseconds