Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
DViewUtils.java188 public static List<View> getViewsById(@NonNull View root, @NonNull Resources res, int arrayId,
190 TypedArray viewIds = res.obtainTypedArray(arrayId);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java670 int arrayId = 0; in run() local
672 arrayId = mShares.get(arrayPos).mId; in run()
675 if (arrayId < id) { in run()
678 "Array update: removing " + arrayId + " @ " + arrayPos); in run()
681 } else if (arrayId == id) { in run()