OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attemptDeadServiceRecovery
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java
60
// except for
attemptDeadServiceRecovery
() when NFC crashes - we accept a
162
void
attemptDeadServiceRecovery
(Exception e) {
164
mAdapter.
attemptDeadServiceRecovery
(e);
185
attemptDeadServiceRecovery
(e);
204
attemptDeadServiceRecovery
(e);
234
attemptDeadServiceRecovery
(e);
250
attemptDeadServiceRecovery
(e);
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
290
//
attemptDeadServiceRecovery
() when NFC crashes - we accept a best effort
555
public void
attemptDeadServiceRecovery
(Exception e) {
601
attemptDeadServiceRecovery
(e);
623
attemptDeadServiceRecovery
(e);
648
attemptDeadServiceRecovery
(e);
676
attemptDeadServiceRecovery
(e);
[
all
...]
Completed in 43 milliseconds