Home
last modified time | relevance | path

Searched refs:nRows (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierInfoManager.java201 int nRows = mContentResolver.update(Telephony.CarrierColumns.CONTENT_URI, in updateOrInsertCarrierKey()
207 if (nRows == 0) { in updateOrInsertCarrierKey()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java442 final int nRows = mPages.get(0).mRows; in onMeasure() local
445 t.mRows = nRows; in onMeasure()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java3380 int nRows = mResolver.delete(msgUri, null, null); in actionMessageSent() local
3381 if (V && nRows > 0) Log.v(TAG, "Deleted message with Uri = " + msgUri); in actionMessageSent()