Searched refs:EXCEPTION_KEY (Results 1 – 2 of 2) sorted by relevance
80 public static final String EXCEPTION_KEY = "exception_key"; field in ResumeOnRebootService137 bundle.putParcelable(EXCEPTION_KEY, new ParcelableException(e));154 bundle.putParcelable(EXCEPTION_KEY, new ParcelableException(e));
183 if (resultCallback.getResult().containsKey(ResumeOnRebootService.EXCEPTION_KEY)) { in wrapBlob()185 ResumeOnRebootService.EXCEPTION_KEY, android.os.ParcelableException.class)); in wrapBlob()203 if (resultCallback.getResult().containsKey(ResumeOnRebootService.EXCEPTION_KEY)) { in unwrap()205 ResumeOnRebootService.EXCEPTION_KEY, android.os.ParcelableException.class)); in unwrap()