Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java188 public synchronized boolean shouldSync(final boolean full, final long startTimestamp) { in shouldSync() argument
190 LogUtil.v(TAG, "SyncManager: Checking shouldSync " + (full ? "full " : "") in shouldSync()
194 if (full) { in shouldSync()
207 LogUtil.d(TAG, "SyncManager: Not allowed to " + (full ? "full " : "") in shouldSync()
213 LogUtil.d(TAG, "SyncManager: Starting " + (full ? "full " : "") + "sync at " in shouldSync()
/packages/apps/Camera2/src/com/android/camera/app/
DMemoryManagerImpl.java135 public void onQueueStatus(boolean full) { in onQueueStatus() argument
136 notifyCaptureStateUpdate(full ? STATE_LOW_MEMORY : STATE_OK); in onQueueStatus()
DMediaSaver.java44 public void onQueueStatus(boolean full); in onQueueStatus() argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java124 public void onFullScreenChanged(boolean full); in onFullScreenChanged() argument
1431 boolean full = !mFilmMode && mPictures.get(0).isCamera()
1434 if (mFirst || full != mFullScreenCamera) {
1435 mFullScreenCamera = full;
1437 mListener.onFullScreenChanged(full);
1438 if (full) mHandler.sendEmptyMessage(MSG_UNDO_BAR_FULL_CAMERA);
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java443 Region full = new Region(0, 0, size, size);
448 iconR.setPath(drawable.getIconMask(), full);
459 shapeR.setPath(shapePath, full);
/packages/apps/Launcher3/
DAndroid.mk249 LOCAL_PROGUARD_ENABLED := full
296 LOCAL_PROGUARD_ENABLED := full
/packages/apps/Settings/tests/uitests/assets/
Dsearch_results_list87 Battery usage since full charge;app_list
239 Force full GNSS measurements;enable_gnss_raw_meas_full_tracking
284 Last full charge;last_full_charge
450 Screen usage since full charge;screen_usage
/packages/apps/Browser2/
DREADME2 The old Browser is no longer supported. To build a full-fledged browser for
/packages/apps/Settings/tests/robotests/
DREADME.md4 ## The full suite
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAppBridge.java49 public abstract void onFullScreenChanged(boolean full); in onFullScreenChanged() argument
DPhotoPage.java1186 public void onFullScreenChanged(boolean full) { in onFullScreenChanged() argument
1188 MSG_ON_FULL_SCREEN_CHANGED, full ? 1 : 0, 0); in onFullScreenChanged()
/packages/apps/TimeZoneData/
DREADME2 for updating time zone rules data on device without needing a full OTA: it is delivered via
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md14 * Parsing some numbers incorrectly in full-precision mode (`kFullPrecisionParseFlag`) (#342)
/packages/apps/Settings/src/com/android/settings/
DUtils.java307 public static String getMeProfileName(Context context, boolean full) { in getMeProfileName() argument
308 if (full) { in getMeProfileName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java312 public static String getMeProfileName(Context context, boolean full) { in getMeProfileName() argument
313 if (full) { in getMeProfileName()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md162 2. If user supplied buffer is full, use the current memory chunk.
163 3. If the current block is full, allocate a new block of memory.
Dstream.md53 When the buffer is full, it will increases the capacity automatically. The default capacity is 256 …
Ddom.md117 `kParseFullPrecisionFlag` | Parse number in full precision (slower). If this flag is not set, t…
DDoxyfile.in148 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
514 # their full class and namespace scopes in the documentation. If set to YES the
1195 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1196 # representing an infinite number of entries and will result in a full expanded
1275 # The file has to be specified with full path.
1391 # If you want full control over the layout of the generated HTML pages it might
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto122 // URL to the contact's full size photo.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
288 # When the cache is full, less often used symbols will be written to disk.
389 # will show members with their full class and namespace scopes in the
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
288 # When the cache is full, less often used symbols will be written to disk.
389 # will show members with their full class and namespace scopes in the
/packages/apps/TV/res/raw/
Dthird_party_licenses2923 consistent with the full freedom of use specified in this license.
3214 terminated so long as such parties remain in full compliance.
3330 "copyright" line and a pointer to where the full notice is found.
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses10548 entity, you represent and warrant that you have full legal authority to bind your employer or such
11006 indirectly, is granted, free of charge, a full and unrestricted irrevocable,

12