Searched refs:mRetCode (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java98 private int mRetCode; field in class:PinDialogFragment
114 mRetCode = PIN_DIALOG_RESULT_FAIL;
240 mRetCode = retCode;
247 if (DBG) Log.d(TAG, "onDismiss: mRetCode=" + mRetCode);
249 mListener.done(mRetCode == PIN_DIALOG_RESULT_SUCCESS);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java101 private int mRetCode; field in class:PinDialogFragment
119 mRetCode = PIN_DIALOG_RESULT_FAIL;
221 mRetCode = retCode;
228 if (DEBUG) Log.d(TAG, "onDismiss: mRetCode=" + mRetCode);
230 boolean result = mRetCode == PIN_DIALOG_RESULT_SUCCESS;

Completed in 70 milliseconds