Searched refs:lastData (Results 1 – 3 of 3) sorted by relevance
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()
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()
2847 final StartingData lastData = mStartingData; in onSyncTransactionCommitted() local2848 lastData.mWaitForSyncTransactionCommit = false; in onSyncTransactionCommitted()2849 if (lastData.mRemoveAfterTransaction == AFTER_TRANSACTION_REMOVE_DIRECTLY) { in onSyncTransactionCommitted()2850 removeStartingWindowAnimation(lastData.mPrepareRemoveAnimation); in onSyncTransactionCommitted()2851 } else if (lastData.mRemoveAfterTransaction == AFTER_TRANSACTION_COPY_TO_CLIENT) { in onSyncTransactionCommitted()