Searched defs:ACTION_REMOVE_TOKEN (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java52 public static final String ACTION_REMOVE_TOKEN = "remove-token-action"; field in class:CarBleTrustAgent
90 } else if (ACTION_REMOVE_TOKEN.equals(action)) {
116 filter.addAction(ACTION_REMOVE_TOKEN);

Completed in 202 milliseconds