HomeSort by relevance Sort by last modified time
    Searched full:localonly (Results 1 - 22 of 22) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/content/
DocumentsSample.java 70 final CheckBox localOnly = new CheckBox(context);
71 localOnly.setText("LOCAL_ONLY");
72 view.addView(localOnly);
86 if (localOnly.isChecked()) {
105 if (localOnly.isChecked()) {
124 if (localOnly.isChecked()) {
145 if (localOnly.isChecked()) {
162 if (localOnly.isChecked()) {
179 if (localOnly.isChecked()) {
198 if (localOnly.isChecked())
    [all...]
  /frameworks/support/v4/api20/android/support/v4/app/
NotificationCompatApi20.java 41 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
70 .setLocalOnly(localOnly)
  /frameworks/support/v4/api21/android/support/v4/app/
NotificationCompatApi21.java 64 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
94 .setLocalOnly(localOnly)
  /frameworks/support/v4/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 42 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
79 if (localOnly) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java 358 final boolean localOnly = (root.flags & Root.FLAG_LOCAL_ONLY) != 0;
368 if (state.localOnly && !localOnly) continue;
DocumentsActivity.java 254 mState.localOnly = intent.getBooleanExtra(Intent.EXTRA_LOCAL_ONLY, false);
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 37 static final String EXTRA_LOCAL_ONLY = "android.support.localOnly";
75 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
106 if (localOnly) {
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java 58 mState.localOnly = false;
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
mDNS.c 115 // If there is a authoritative LocalOnly record that answers questions of type A, AAAA and CNAME
535 // We are called with both LocalOnly/P2P record or a regular AuthRecord
548 // If this AuthRecord is marked LocalOnly or P2P, then we want to deliver it to all local 'mDNSInterface_Any' questions
    [all...]
mDNSEmbeddedAPI.h     [all...]
uDNS.c     [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 606 iterator begin(Source *source, bool LocalOnly = false) {
607 if (LocalOnly)
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
dns_sd.h 605 * Clients explicitly wishing to discover *only* LocalOnly services can
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 920 milliseconds