Searched refs:ACTION_SERVICE_WITH_DEP_PKG (Results 1 – 2 of 2) sorted by relevance
38 private static final String ACTION_SERVICE_WITH_DEP_PKG = field in SimpleService129 if (ACTION_SERVICE_WITH_DEP_PKG.equals(intent.getAction())) { in onBind()131 Log.i(TAG, "SimpleService.onBind: " + ACTION_SERVICE_WITH_DEP_PKG + " " + targetPkg); in onBind()
93 private static final String ACTION_SERVICE_WITH_DEP_PKG = field in ServiceRestarterTest379 final Intent intent = new Intent(ACTION_SERVICE_WITH_DEP_PKG); in testServiceWithDepPkgStopped()