/frameworks/base/services/core/java/com/android/server/location/ |
LocationFudger.java | 32 * Contains the logic to obfuscate (fudge) locations for coarse applications. 35 * the coarse location permission from receiving a fine location. 42 * Default coarse accuracy in meters. 47 * Minimum coarse accuracy in meters. 52 * Secure settings key for coarse accuracy. 57 * This is the fastest interval that applications can receive coarse 107 * Used to monitor coarse accuracy secure setting for changes. 112 * Used to resolve coarse accuracy setting. 122 * Best location accuracy allowed for coarse applications. 135 * to coarse locations. It does not need to be as large a 167 Location coarse = location.getExtraLocation(Location.EXTRA_COARSE_LOCATION); local 179 Location coarse = createCoarseLocked(location); local 200 Location coarse = new Location(fine); local [all...] |
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationRequestUnbundled.java | 40 * although this is implementation dependent. Using a coarse accuracy 49 * although this is implementation dependent. Using a coarse accuracy
|
/development/samples/training/location-aware/ |
AndroidManifest.xml | 25 This permission implies access coarse location. -->
|
/external/valgrind/none/tests/ |
filter_fdleak | 22 # So we just cut out the entire stack trace. It's coarse but effective;
|
/frameworks/base/core/java/android/content/pm/permission/ |
RuntimePermissionPresentationInfo.java | 29 * coarse and fine platform permissions.
|
/cts/tests/tests/location2/src/android/location2/cts/ |
LocationManagerTest.java | 116 doTestGetCoarseProvider_allowed("my coarse provider name"); 137 doTestGetLocationUpdates_withIntent("my coarse provider name"); 141 doTestGetLocationUpdates_withListener("my coarse provider name");
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_misc_state.c | 53 * (dw5 of 3DSTATE_DEPTH_BUFFER). Any remaining coarse adjustment will be 57 * coordinate offset X/Y" values, we need to make sure that the coarse 58 * adjustment will be possible to apply to all three buffers. Since coarse
|
/development/samples/training/location-aware/src/com/example/android/location/ |
LocationActivity.java | 92 // Receive location updates from both the fine (gps) and coarse (network) location 164 // Set up fine and/or coarse location providers depending on whether the fine provider or 182 // Get coarse and fine location updates. 185 // Request updates from both fine (gps) and coarse (network) providers.
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen.h | 63 * \note These may be rather coarse, and the grouping may be impractical.
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 34 * Coarse-grained network state. This is probably what most applications should 39 * <tr><td><b>Detailed state</b></td><td><b>Coarse-grained state</b></td></tr> 354 * Reports the current coarse-grained state of the network. 355 * @return the coarse-grained state
|
/packages/apps/TV/res/values-en-rAU/ |
rating_system_strings.xml | 37 <string name="description_us_tv_l" msgid="4105102855627964319">"Coarse language"</string>
|
/packages/apps/TV/res/values-en-rGB/ |
rating_system_strings.xml | 37 <string name="description_us_tv_l" msgid="4105102855627964319">"Coarse language"</string>
|
/packages/apps/TV/res/values-en-rIN/ |
rating_system_strings.xml | 37 <string name="description_us_tv_l" msgid="4105102855627964319">"Coarse language"</string>
|
/frameworks/base/docs/html/training/location/ |
change-location-settings.jd | 54 lesson, coarse location detection is sufficient. Request this permission 121 considered a coarse level of accuracy, and is likely to consume less 134 coarse level of accuracy, and is likely to consume less power.</li>
|
/external/opencv/cv/src/ |
cvsmooth.cpp | 538 * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level) 540 * coarse bucket designated by the 4 MSBs of the fine bucket value. 548 ushort coarse[16]; variable 557 h.coarse[x>>4] op; \ 713 histogram_muladd( r, &h_coarse[16*n*c], H[c].coarse ); 718 histogram_add( &h_coarse[16*(n*c+j)], H[c].coarse ); 732 histogram_add( &h_coarse[16*(n*c + MIN(j+r,n-1))], H[c].coarse ); 734 /* Find median at coarse level */ 736 sum += H[c].coarse[k]; 738 sum -= H[c].coarse[k] [all...] |
/external/eigen/bench/btl/generic_bench/timers/ |
x86_timer.hh | 105 // INFOS("coarse grained time : "<< final-initial);
|
/external/libogg/doc/ |
oggstream.html | 153 <p>Ogg implements simple coarse- and fine-grained seeking by design. 155 <p>Coarse seeking may be performed by simply 'moving the tone arm' to a 164 mechanisms used by coarse seeking. As above, once a search finds 168 <p>Both coarse and fine seeking use the page structure and sequencing
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.h | 151 // Very coarse-grained lock to ensure that Generate() is reentrant.
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
Level.java | 74 that highlight the progress of the application at coarse-grained
|
/frameworks/base/location/java/android/location/ |
LocationRequest.java | 80 * object will be obfuscated to only show a coarse level of accuracy. 101 * although this is implementation dependent. Using a coarse accuracy 110 * although this is implementation dependent. Using a coarse accuracy 299 * <p>Applications with only the coarse location permission may have their
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
TwilightManager.java | 98 // If we have both a fine and coarse location, use the latest
|
/packages/apps/TV/res/values/ |
rating_system_strings.xml | 44 <string name="description_ar_tv_sam_16" translatable="false">Suitable for ages 16 and up. Programs may contain more intensive violence and coarse language, partial nudity and moderate sexual references.</string> 45 <string name="description_ar_tv_sam_18" translatable="false">Suitable for mature audiences only. Programs contain strong violence, coarse language and explicit sexual references.</string> 57 <string name="description_au_tv_ma" translatable="false">Material classified MA is suitable for viewing only by persons aged 15 years or over because of the intensity and/or frequency of violence, sexual depictions, or coarse language, adult themes or drug use. The impact may be strong.</string> 143 <string name="description_us_tv_l">Coarse language</string>
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
python_generator.h | 146 // Very coarse-grained lock to ensure that Generate() is reentrant.
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
python_generator.h | 146 // Very coarse-grained lock to ensure that Generate() is reentrant.
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/ |
python_generator.h | 146 // Very coarse-grained lock to ensure that Generate() is reentrant.
|