Searched refs:mActiveDialogHandles (Results 1 – 1 of 1) sorted by relevance
74 private final @NonNull SparseArray<DialogHandleInternal> mActiveDialogHandles = field in WifiDialogManager361 mActiveDialogHandles.put(mDialogId, this); in registerDialog()378 mActiveDialogHandles.remove(mDialogId); in unregisterDialog()859 DialogHandleInternal internalHandle = mActiveDialogHandles.get(dialogId); in replyToSimpleDialog()1001 DialogHandleInternal internalHandle = mActiveDialogHandles.get(dialogId); in replyToP2pInvitationReceivedDialog()