Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java923 void dumpReasonCode(PrintWriter pw, String prefix, String fieldName, int code) { in dumpReasonCode() method in ServiceRecord
972 dumpReasonCode(pw, prefix, "mAllowWiu_noBinding", mAllowWiu_noBinding); in dump()
973 dumpReasonCode(pw, prefix, "mAllowWiu_inBindService", mAllowWiu_inBindService); in dump()
974 dumpReasonCode(pw, prefix, "mAllowWiu_byBindings", mAllowWiu_byBindings); in dump()
976 dumpReasonCode(pw, prefix, "getFgsAllowWiu_legacy", getFgsAllowWiu_legacy()); in dump()
977 dumpReasonCode(pw, prefix, "getFgsAllowWiu_new", getFgsAllowWiu_new()); in dump()
979 dumpReasonCode(pw, prefix, "getFgsAllowWiu_forStart", getFgsAllowWiu_forStart()); in dump()
980 dumpReasonCode(pw, prefix, "getFgsAllowWiu_forCapabilities", in dump()
989 dumpReasonCode(pw, prefix, "mAllowStart_noBinding", mAllowStart_noBinding); in dump()
990 dumpReasonCode(pw, prefix, "mAllowStart_inBindService", mAllowStart_inBindService); in dump()
[all …]
/frameworks/base/services/
Dart-wear-profile7104 PLcom/android/server/am/ServiceRecord;->dumpReasonCode(Ljava/io/PrintWriter;Ljava/lang/String;Ljava…