Searched defs:ro (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/incident_helper/tests/
H A DSystemPropertiesParser_test.cpp68 SystemPropertiesProto::Ro* ro = expected.mutable_ro(); local
69 ro->mutable_boot()->add_boottime("1BLL:85");
70 ro->mutable_boot()->add_boottime("1BLE:898");
71 ro->mutable_boot()->add_boottime("2BLL:0");
72 ro->mutable_boot()->add_boottime("2BLE:862");
73 ro->mutable_boot()->add_boottime("SW:6739");
74 ro->mutable_boot()->add_boottime("KL:340");
75 ro->mutable_bootimage()->set_build_date_utc(1509394807LL);
76 ro->mutable_bootimage()->set_build_fingerprint(
78 ro
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1610 ResolvedComponentInfo ro, CharSequence roLabel) {
1615 addResolveInfoWithAlternates(ro, null, roLabel);
1619 final ApplicationInfo ai = ro.getResolveInfoAt(0).activityInfo.applicationInfo;
1609 processGroup(List<ResolvedComponentInfo> rList, int start, int end, ResolvedComponentInfo ro, CharSequence roLabel) argument

Completed in 112 milliseconds