Searched refs:lastData (Results 1 – 6 of 6) sorted by relevance
58 val lastData by in data_matchesRepository() constant61 assertThat(lastData!!.isEnabled).isFalse() in data_matchesRepository()65 assertThat(lastData!!.isEnabled).isTrue() in data_matchesRepository()69 assertThat(lastData!!.isEnabled).isFalse() in data_matchesRepository()
86 int lastData = base64Data.length; in decodeBase64() local88 while (base64Data[lastData - 1] == PAD) { in decodeBase64()89 if (--lastData == 0) { in decodeBase64()93 decodedData = new byte[lastData - numberQuadruple]; in decodeBase64()
91 val lastData by in data_matchesController() constant100 assertThat(lastData!!).isEqualTo(testUnavailableModel) in data_matchesController()105 assertThat(lastData!!).isEqualTo(testAvailableModel) in data_matchesController()110 assertThat(lastData!!).isEqualTo(testUnavailableModel) in data_matchesController()
580 final WallpaperData lastData = mService.mLastWallpaper; in verifyLastWallpaperData() local581 assertNotNull("Last wallpaper must not be null", lastData); in verifyLastWallpaperData()583 lastData.wallpaperComponent); in verifyLastWallpaperData()585 lastUserId, lastData.userId); in verifyLastWallpaperData()587 lastData.connection); in verifyLastWallpaperData()591 final WallpaperData lastData = mService.mLastWallpaper; in verifyCurrentSystemData() local594 lastData, wallpaper); in verifyCurrentSystemData()
94 final long lastData = todayStartOfDay - TimeUnit.DAYS.toMillis(6); in addCurrentTimeToHistory_addNewData() local95 HearingAidStatsLogUtils.addToHistory(mContext, TEST_HISTORY_TYPE, lastData); in addCurrentTimeToHistory_addNewData()
2973 final StartingData lastData = mStartingData; in onSyncTransactionCommitted() local2974 lastData.mWaitForSyncTransactionCommit = false; in onSyncTransactionCommitted()2975 if (lastData.mRemoveAfterTransaction == AFTER_TRANSACTION_REMOVE_DIRECTLY) { in onSyncTransactionCommitted()2976 removeStartingWindowAnimation(lastData.mPrepareRemoveAnimation); in onSyncTransactionCommitted()2977 } else if (lastData.mRemoveAfterTransaction == AFTER_TRANSACTION_COPY_TO_CLIENT) { in onSyncTransactionCommitted()