Searched refs:RESULT_KEY_ID (Results 1 – 1 of 1) sorted by relevance
51 static final String RESULT_KEY_ID = "id"; field in ImeOnBackInvokedDispatcher104 bundle.putInt(RESULT_KEY_ID, callback.hashCode()); in registerOnBackInvokedCallback()112 bundle.putInt(RESULT_KEY_ID, callback.hashCode()); in unregisterOnBackInvokedCallback()143 final int callbackId = resultData.getInt(RESULT_KEY_ID); in receive()149 final int callbackId = resultData.getInt(RESULT_KEY_ID); in receive()