Home
last modified time | relevance | path

Searched defs:arrayPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java493 int arrayPos = 0; in run() local
606 private void insertShare(Cursor cursor, int arrayPos) { in insertShare()
735 private void updateShare(Cursor cursor, int arrayPos, boolean userAccepted) { in updateShare()
831 private void deleteShare(int arrayPos) { in deleteShare()
928 private boolean needAction(int arrayPos) { in needAction()
936 private boolean visibleNotification(int arrayPos) { in visibleNotification()
941 private boolean scanFile(Cursor cursor, int arrayPos) { in scanFile()
955 private boolean shouldScanFile(int arrayPos) { in shouldScanFile()