Home | History | Annotate | Download | only in mediaanalytics

Lines Matching defs:installer

837         std::string installer = "";
892 status = package_mgr->getInstallerForPackage(pkgName16, &installer);
898 // skip if we didn't get an installer
909 pkg.c_str(), installer.c_str(), versionCode, versionCode);
911 if (strncmp(installer.c_str(), "com.android.", 12) == 0) {
913 } else if (strncmp(installer.c_str(), "com.google.", 11) == 0) {
915 } else if (strcmp(installer.c_str(), "preload") == 0) {
917 } else if (installer.c_str()[0] == '\0') {
918 // sideload (no installer); do not report
922 // unknown installer; do not report
937 mapping.installer = installer.c_str();