Home
last modified time | relevance | path

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

12

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java187 public synchronized boolean shouldSync(final boolean full, final long startTimestamp) { in shouldSync() argument
189 LogUtil.v(TAG, "SyncManager: Checking shouldSync " + (full ? "full " : "") in shouldSync()
193 if (full) { in shouldSync()
206 LogUtil.d(TAG, "SyncManager: Not allowed to " + (full ? "full " : "") in shouldSync()
212 LogUtil.d(TAG, "SyncManager: Starting " + (full ? "full " : "") + "sync at " in shouldSync()
/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/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/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java557 private float strictModeLoop(boolean full) { in strictModeLoop() argument
568 if (full) { in strictModeLoop()
578 if (full) { in strictModeLoop()
/packages/apps/Browser2/
DREADME2 The old Browser is no longer supported. To build a full-fledged browser for
/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/inputmethods/LatinIME/native/jni/
DAndroid.mk57 $(warning Making full debug version of native library)
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java751 final int full = (int)(pm.getMaximumScreenBrightnessSetting() in updateButtons() local
755 if (brightness > full) { in updateButtons()
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md14 * Parsing some numbers incorrectly in full-precision mode (`kFullPrecisionParseFlag`) (#342)
/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 …
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
Ddom.md117 `kParseFullPrecisionFlag` | Parse number in full precision (slower). If this flag is not set, t…
/packages/apps/Settings/src/com/android/settings/
DUtils.java391 public static String getMeProfileName(Context context, boolean full) { in getMeProfileName() argument
392 if (full) { in getMeProfileName()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java404 private void saveQueue(boolean full) { in saveQueue() argument
411 if (full) { in saveQueue()
/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/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses7052 entity, you represent and warrant that you have full legal authority to bind your employer or such
7403 indirectly, is granted, free of charge, a full and unrestricted irrevocable,
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...

12