Home | History | Annotate | Download | only in phone

Lines Matching refs:idx

767     void handleForwardingSettingsReadResult(AsyncResult ar, int idx) {
768 if (DBG) Log.d(LOG_TAG, "handleForwardingSettingsReadResult: " + idx);
783 if (DBG) Log.d(LOG_TAG, "ignoring fwd reading result: " + idx);
789 if (DBG) Log.d(LOG_TAG, "Error discovered for fwd read : " + idx);
809 if (DBG) Log.d(LOG_TAG, "Creating default info for " + idx);
812 fi.reason = FORWARDING_SETTINGS_REASONS[idx];
820 if (DBG) Log.d(LOG_TAG, "Got " + fi.toString() + " for " + idx);
822 mForwardingReadResults[idx] = fi;
1624 for (int idx = 0; idx < adapter.getCount(); idx++) {
1625 if (adapter.getItem(idx) == preference) {
1627 null, idx, adapter.getItemId(idx));