Home
last modified time | relevance | path

Searched refs:PACKAGE_INSTALLED_ACTION (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/content/
DInstallApkSessionApi.java47 private static final String PACKAGE_INSTALLED_ACTION = field in InstallApkSessionApi
73 intent.setAction(PACKAGE_INSTALLED_ACTION); in onCreate()
110 if (PACKAGE_INSTALLED_ACTION.equals(intent.getAction())) { in onNewIntent()