/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
H A D | DictionaryService.java | 203 UpdateHandler.tryUpdate(context); in dispatchBroadcast() 210 UpdateHandler.tryUpdate(context); in dispatchBroadcast() 212 UpdateHandler.downloadFinished(context, intent); in dispatchBroadcast() 261 UpdateHandler.tryUpdate(context); in updateNowIfNotUpdatedInAVeryLongTime()
|
H A D | DownloadOverMeteredDialog.java | 73 UpdateHandler.setDownloadOverMeteredSetting(this, false); in onClickDeny() 82 UpdateHandler.setDownloadOverMeteredSetting(this, true); in onClickAllow() 83 UpdateHandler.installIfNeverRequested(this, mClientId, mWordListToDownload); in onClickAllow()
|
H A D | DictionarySettingsFragment.java | 57 implements UpdateHandler.UpdateEventListener { 137 UpdateHandler.registerUpdateEventListener(this); in onResume() 164 UpdateHandler.unregisterUpdateEventListener(this); in onPause() 379 UpdateHandler.registerUpdateEventListener(this); in startRefresh() 387 if (!UpdateHandler.tryUpdate(activity)) { in startRefresh() 395 UpdateHandler.unregisterUpdateEventListener(this); in cancelRefresh() 400 UpdateHandler.cancelUpdate(context, mClientId); in cancelRefresh()
|
H A D | DictionaryProvider.java | 377 wordListCategory = UpdateHandler.MAIN_DICTIONARY_CATEGORY; in getDictionaryWordListsForLocale() 408 UpdateHandler.installIfNeverRequested(context, clientId, wordListId); in getDictionaryWordListsForLocale() 461 UpdateHandler.markAsDeleted(getContext(), clientId, wordlistId, version, status); in deleteDataFile() 471 UpdateHandler.markAsBrokenOrRetrying(getContext(), clientId, wordlistId, version); in deleteDataFile() 519 UpdateHandler.publishUpdateMetadataCompleted(getContext(), true); in insert()
|
H A D | WordListPreference.java | 172 UpdateHandler.markAsUnused(context, mClientId, mWordlistId, mVersion, mStatus); in disableDict() 189 UpdateHandler.markAsUsed(context, mClientId, mWordlistId, mVersion, mStatus, true); in enableDict() 210 UpdateHandler.markAsDeleting(context, mClientId, mWordlistId, mVersion, mStatus); in deleteDict()
|
H A D | MetadataDbHelper.java | 214 defaultMetadataValues.put(CLIENT_PENDINGID_COLUMN, UpdateHandler.NOT_AN_ID); in createClientTable() 546 result.put(FORMATVERSION_COLUMN, UpdateHandler.MAXIMUM_SUPPORTED_FORMAT_VERSION); in completeWithDefaultValues() 719 Integer.toString(UpdateHandler.MAXIMUM_SUPPORTED_FORMAT_VERSION) in getContentValuesByWordListId() 896 values.put(CLIENT_PENDINGID_COLUMN, UpdateHandler.NOT_AN_ID); in updateClientInfo()
|
H A D | MetadataHandler.java | 164 && wordList.mFormatVersion <= UpdateHandler.MAXIMUM_SUPPORTED_FORMAT_VERSION in findWordListById()
|
H A D | UpdateHandler.java | 71 public final class UpdateHandler { class 72 static final String TAG = "DictionaryProvider:" + UpdateHandler.class.getSimpleName();
|
H A D | ActionBatch.java | 148 final long downloadId = UpdateHandler.registerDownloadRequest(manager, request, db, in execute()
|
/aosp12/system/update_engine/scripts/ |
H A D | update_device.py | 139 class UpdateHandler(BaseHTTPServer.BaseHTTPRequestHandler): class 297 UpdateHandler.serving_payload = ota_filename 298 UpdateHandler.serving_range = serving_range 299 self._httpd = BaseHTTPServer.HTTPServer(('127.0.0.1', 0), UpdateHandler)
|
/aosp12/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHost.java | 139 class UpdateHandler extends Handler { class in AppWidgetHost 140 public UpdateHandler(Looper looper) { in UpdateHandler() method in AppWidgetHost.UpdateHandler 182 mHandler = new UpdateHandler(looper); in AppWidgetHost()
|
/aosp12/hardware/st/nfc/st21nfc/hal/ |
H A D | hal_fd.h | 71 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t* p_data);
|
H A D | hal_fd.cc | 423 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t *p_data) { in UpdateHandler() function
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | BinaryDictionaryFileDumper.java | 32 import com.android.inputmethod.dictionarypack.UpdateHandler; 536 UpdateHandler.handleMetadata(context, inputStream, clientId); in reinitializeClientRecordInDictionaryContentProvider()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | DictionaryInfoUtils.java | 28 import com.android.inputmethod.dictionarypack.UpdateHandler; 64 private static final String TEMP_DICT_FILE_SUB = UpdateHandler.TEMP_DICT_FILE_SUB;
|
/aosp12/hardware/st/nfc/st21nfc/ |
H A D | hal_wrapper.cc | 530 UpdateHandler(mHalHandle, data_len, p_data); in halWrapperDataCallback()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 262 private final UpdateHandler mUpdateCallbacks = new UpdateHandler(); 1630 private class UpdateHandler implements Resources.UpdateCallbacks { class in ResourcesManager
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 541 android.app.ResourcesManager$UpdateHandler
|
H A D | boot-image-profile.txt | 2451 HSPLandroid/app/ResourcesManager$UpdateHandler;-><init>(Landroid/app/ResourcesManager;)V 2452 HSPLandroid/app/ResourcesManager$UpdateHandler;-><init>(Landroid/app/ResourcesManager;Landroid/app/… 23312 Landroid/app/ResourcesManager$UpdateHandler;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 539 android.app.ResourcesManager$UpdateHandler
|
H A D | boot-image-profile.txt | 2451 HSPLandroid/app/ResourcesManager$UpdateHandler;-><init>(Landroid/app/ResourcesManager;)V 2452 HSPLandroid/app/ResourcesManager$UpdateHandler;-><init>(Landroid/app/ResourcesManager;Landroid/app/… 32945 Landroid/app/ResourcesManager$UpdateHandler;
|