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

  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 36 private static ReceiveUriActivity sCurInstance;
47 Log.i(TAG, "onCreate: sCurInstance=" + sCurInstance);
48 if (sCurInstance != null) {
51 sCurInstance = this;
63 Log.i(TAG, "onNewIntent: sCurInstance=" + sCurInstance);
72 Log.i(TAG, "onDestroy: sCurInstance=" + sCurInstance);
87 if (sCurInstance != null)
    [all...]
ReceiveUriService.java 34 private static ReceiveUriService sCurInstance;
42 sCurInstance = this;
59 sCurInstance = null;
88 sCurInstance.stopSelf(id);

Completed in 65 milliseconds