Searched refs:VISIBILITY (Results 1 – 13 of 13) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortDimensionTest.java | 47 private static final int VISIBILITY = View.VISIBLE; field in SortDimensionTest 59 .withVisibility(VISIBILITY) in setUp() 70 assertEquals(VISIBILITY, mDimension.getVisibility()); in testBuilder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 161 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable() 236 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert() 238 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert() 239 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
|
D | BluetoothOppTransferHistory.java | 115 + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate() 116 + BluetoothShare.VISIBILITY + " == '" in onCreate() 125 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, in onCreate()
|
D | BluetoothOppReceiver.java | 172 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive() 180 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive() 190 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
|
D | BluetoothOppNotification.java | 66 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR " 67 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
|
D | BluetoothOppService.java | 618 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare() 745 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare() 958 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" + in trimDatabase()
|
D | BluetoothShare.java | 155 public static final String VISIBILITY = "visibility"; field in BluetoothShare
|
D | BluetoothOppIncomingFileConfirmActivity.java | 166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
|
D | BluetoothOppUtility.java | 266 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
|
D | TestActivity.java | 309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 154 final int VISIBILITY = 2; field 434 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); in buildNotificationTag()
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoDatabase.java | 63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
|
D | PhotoProvider.java | 148 public static final String VISIBILITY = "visibility"; field
|