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