Searched refs:sCurInstance (Results 1 – 2 of 2) sorted by relevance
36 private static ReceiveUriActivity sCurInstance; field in ReceiveUriActivity47 Log.i(TAG, "onCreate: sCurInstance=" + sCurInstance); in onCreate()48 if (sCurInstance != null) { in onCreate()51 sCurInstance = this; in onCreate()63 Log.i(TAG, "onNewIntent: sCurInstance=" + sCurInstance); in onNewIntent()72 Log.i(TAG, "onDestroy: sCurInstance=" + sCurInstance); in onDestroy()87 if (sCurInstance != null) { in finishCurInstance()88 sCurInstance.finish(); in finishCurInstance()89 sCurInstance = null; in finishCurInstance()
34 private static ReceiveUriService sCurInstance; field in ReceiveUriService42 sCurInstance = this; in onStartCommand()59 sCurInstance = null; in onDestroy()88 sCurInstance.stopSelf(id); in stopCurWithId()