Home | History | Annotate | Download | only in nfc

Lines Matching refs:resumed

48         boolean resumed = false;  // is the activity resumed
54 StringBuilder s = new StringBuilder("[").append(resumed).append(" ");
74 state.resumed = true;
86 state.resumed = false;
107 if (state.resumed) {
122 if (state.resumed) {
137 if (state.resumed) {
178 NfcAdapter.sService.setForegroundNdefPush(state.resumed ? state.ndefMessage : null,
179 state.resumed && serviceCallbackNeeded ? this : null);
193 if (state.resumed) {
214 if (state.resumed) {