HomeSort by relevance Sort by last modified time
    Searched refs:mIsResponseSent (Results 1 - 4 of 4) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 51 private boolean mIsResponseSent = false;
74 mIsResponseSent = false;
127 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent +
211 CatLog.d(LOG_TAG, "onStop - before Send CONFIRM false mIsResponseSent[" +
212 mIsResponseSent + "], sim id: " + mSlotId);
213 if (!mIsResponseSent) {
226 CatLog.d(LOG_TAG, "onDestroy - mIsResponseSent[" + mIsResponseSent +
231 if (!mIsResponseSent && !appService.isDialogPending(mSlotId))
    [all...]
StkInputActivity.java 79 private boolean mIsResponseSent = false;
135 CatLog.d(LOG_TAG, "onCreate - mIsResponseSent[" + mIsResponseSent + "]");
171 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent +
180 CatLog.d(LOG_TAG, "onPause - mIsResponseSent[" + mIsResponseSent + "]");
186 CatLog.d(LOG_TAG, "onStop - mIsResponseSent[" + mIsResponseSent + "]");
187 if (mIsResponseSent) {
    [all...]
ToneDialog.java 43 boolean mIsResponseSent = false;
123 if (!mIsResponseSent) {
173 mIsResponseSent = true;
StkMenuActivity.java 55 private boolean mIsResponseSent = false;
244 CatLog.d(LOG_TAG, "onStop, slot id: " + mSlotId + "," + mIsResponseSent + "," + mState);
247 //2. the menu activity enters Stop state (e.g pressing HOME key) but mIsResponseSent is false.
248 if (mIsResponseSent) {
277 if (!mIsResponseSent && !appService.isMenuPending(mSlotId)) {
483 mIsResponseSent = true;

Completed in 1139 milliseconds