Searched refs:returnData (Results 1 – 2 of 2) sorted by relevance
52 boolean setAsWallpaper, boolean returnData, Uri extraOutput, String outputFormat, in CropExtras() argument60 mReturnData = returnData; in CropExtras()
456 Bundle returnData = new Bundle(); in handleMessage() local457 returnData.putParcelable(TelephonyManager.USSD_RESPONSE, response); in handleMessage()458 wrappedCallback.send(TelephonyManager.USSD_RETURN_FAILURE, returnData); in handleMessage()