HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_HIDDEN (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flag-types.h 104 VISIBILITY_HIDDEN,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flag-types.h 104 VISIBILITY_HIDDEN,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flag-types.h 104 VISIBILITY_HIDDEN,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flag-types.h 104 VISIBILITY_HIDDEN,
  /external/compiler-rt/lib/
assembly.h 39 #ifdef VISIBILITY_HIDDEN
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 275 public static final int VISIBILITY_HIDDEN = 1;
BluetoothOppReceiver.java 208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppIncomingFileConfirmActivity.java 169 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppUtility.java 241 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
TestActivity.java 294 // BluetoothShare.VISIBILITY_HIDDEN);
309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppService.java     [all...]
  /external/compiler-rt/make/
options.mk 24 VISIBILITY_HIDDEN := 0
lib_info.mk 58 VISIBILITY_HIDDEN KERNEL_USE \
  /frameworks/base/core/java/android/provider/
Downloads.java 770 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN;
  /external/compiler-rt/make/platform/
darwin_bni.mk 37 VISIBILITY_HIDDEN := 0
38 VISIBILITY_HIDDEN.Static := 1
darwin_fat.mk 56 VISIBILITY_HIDDEN := 1
clang_linux.mk 145 VISIBILITY_HIDDEN := 0
clang_darwin.mk 441 VISIBILITY_HIDDEN := 1
  /external/compiler-rt/
Makefile 240 $(call Set,Tmp.VISIBILITY_HIDDEN,$(strip \
241 $(call GetCNAVar,VISIBILITY_HIDDEN,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
244 $(if $(call streq,$(Tmp.VISIBILITY_HIDDEN),1),\
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 111 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_HIDDEN);
  /frameworks/base/core/java/android/app/
DownloadManager.java 404 public static final int VISIBILITY_HIDDEN = 2;
414 /** can take any of the following values: {@link #VISIBILITY_HIDDEN}
632 setNotificationVisibility(VISIBILITY_HIDDEN);
642 * It can take the following values: {@link #VISIBILITY_HIDDEN},
646 * If set to {@link #VISIBILITY_HIDDEN}, this requires the permission
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 177 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN);
UpdateHandler.java 248 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 584 Downloads.Impl.VISIBILITY_HIDDEN);
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 618 getRequest().setNotificationVisibility(DownloadManager.Request.VISIBILITY_HIDDEN));
    [all...]

Completed in 405 milliseconds

1 2