Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java_app/
DREADME14 $ adb shell am start -S -a android.intent.action.MAIN \
/system/iorap/src/iorapd/
Dmain.cc33 explicit StderrAndLogdLogger(android::base::LogId default_log_id = android::base::MAIN) in StderrAndLogdLogger()
/system/extras/tests/workloads/
Ddefs.sh362 …_NOWAIT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN
363 …IT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN 2>&1
/system/core/base/include/android-base/
Dlogging.h94 MAIN, enumerator
124 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
/system/core/init/
Dselinux.cpp484 android::base::KernelLogger(android::base::MAIN, severity, "selinux", nullptr, 0, buf); in SelinuxKlogCallback()
/system/apex/apexd/
Dapexservice_test.cpp2099 l(LogId::MAIN, LogSeverity::INFO, "apexservice_test", __FILE__, __LINE__, in OnTestStart()