Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/
DConfigManager.h150 vector<string> aList; in getCameraIdList() local
152 aList.emplace_back(v.first); in getCameraIdList()
155 return aList; in getCameraIdList()
170 vector<string> aList; in getCameraGroupIdList() local
172 aList.emplace_back(v.first); in getCameraGroupIdList()
175 return aList; in getCameraGroupIdList()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java163 Notification.Action aList [] = noti.actions; in doCancel() local
164 if (aList == null) { in doCancel()
169 for (Notification.Action item : aList) { in doCancel()