HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY (Results 1 - 17 of 17) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 161 public static final String VISIBILITY = "visibility";
BluetoothOppTransferHistory.java 114 + BluetoothShare.VISIBILITY + " IS NULL OR "
115 + BluetoothShare.VISIBILITY + " == '"
124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppProvider.java 166 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
241 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
243 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) {
244 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppReceiver.java 200 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY);
201 int visibility = cursor.getInt(visibilityColumn); local
206 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppIncomingFileConfirmActivity.java 166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppNotification.java 61 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
BluetoothOppService.java 578 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)),
705 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY));
    [all...]
BluetoothOppUtility.java 237 * update visibility to Hidden
241 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
TestActivity.java 204 * BluetoothShare.VISIBILITY, BluetoothShare.USER_CONFIRMATION,
293 // updateValues.put(BluetoothShare.VISIBILITY,
309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
PhotoProvider.java 145 * Column name for the visibility level of the album. Can be any of the
148 public static final String VISIBILITY = "visibility";
160 // Privacy values for Albums.VISIBILITY
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 276 <?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 359 <?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1891 milliseconds